skrobot

skrobot is a Python module for designing, running and tracking Machine Learning experiments / tasks. It is built on top of scikit-learn framework.

MIT License

Downloads
238
Stars
23
Committers
1
skrobot - skrobot 1.0.13 release Latest Release

Published by echatzikyriakidis almost 4 years ago

Add DatasetCalculationTask to wrap featuretools calculate_feature_matrix()
Change examples to use DatasetCalculationTask
Update documentation
Use categorical columns in pandas examples

skrobot - skrobot 1.0.12 release

Published by echatzikyriakidis almost 4 years ago

  • Fix problem of feature graph filenames (in case of Windows)
  • Fix problem of long filenames in examples
  • Upgrade to featuretools 0.23.0
skrobot - skrobot 1.0.11 release

Published by echatzikyriakidis almost 4 years ago

Fix Read The Docs documentation build by adding .readthedocs.yml

skrobot - skrobot 1.0.10 release

Published by echatzikyriakidis almost 4 years ago

Fix documentation, examples.

skrobot - skrobot 1.0.9 release

Published by echatzikyriakidis almost 4 years ago

Add DeepFeatureSynthesisTask
Add EmailNotifier
All tasks can retrieve also data as dataframes (instead only as URL/file path)
Add examples with DeepFeatureSynthesisTask
Upgrade dependencies

skrobot - skrobot 1.0.8 release

Published by echatzikyriakidis almost 4 years ago

Fix versionings in PyPI, Read the Docs, README.md, examples, etc

Also update all requirements.txt dependencies to latest.

skrobot - skrobot 1.0.7 release

Published by echatzikyriakidis almost 4 years ago

Add Sphinx documentation for the source.

The PredictionTask returns in the output also the model's probabilities.

skrobot - skrobot 1.0.6 release

Published by echatzikyriakidis over 4 years ago

  • The PredictionTask now works for probabilistic models and a threshold is provided (default value is 0.5)

  • Metrics are now computed correctly

  • Examples are re-generated

  • The EvaluationCrossValidationTask now supports parameters threshold_selection_by and metric_greater_is_better for selecting the best threshold based either on a threshold or a metric

skrobot - skrobot 1.0.5 release

Published by echatzikyriakidis over 4 years ago

Update dependencies to latest version.

scikit-learn==0.23.1
joblib==0.16.0
numpy==1.19.1
pandas==1.0.5
numpyencoder==0.2.0
plotly==4.9.0
stringcase==1.2.0
scikit-plot==0.3.7
matplotlib==3.3.0

skrobot - skrobot 1.0.4 release

Published by echatzikyriakidis over 4 years ago

• PredictionTask class is added

• Source code file path is now optional and can be given with set_source_code_file_path() in Experiment class

• Accuracy metric is added in HyperParametersSearchCrossValidationTask class

• Changes in examples

skrobot - Initial release

Published by echatzikyriakidis over 4 years ago

This is the first release of skrobot.

Package Rankings
Top 18.84% on Pypi.org
Badges
Extracted from project README
Python PyPI License Documentation Status