Skip to content

Releases: medoidai/skrobot

skrobot 1.0.13 release

12 Jan 21:25
8d3dd6b
Compare
Choose a tag to compare

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

skrobot 1.0.12 release

10 Jan 17:18
ed6b626
Compare
Choose a tag to compare
  • Fix problem of feature graph filenames (in case of Windows)
  • Fix problem of long filenames in examples
  • Upgrade to featuretools 0.23.0

skrobot 1.0.11 release

01 Jan 11:35
Compare
Choose a tag to compare

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

skrobot 1.0.10 release

31 Dec 22:10
Compare
Choose a tag to compare

Fix documentation, examples.

skrobot 1.0.9 release

31 Dec 20:57
22ac014
Compare
Choose a tag to compare

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 1.0.8 release

29 Nov 16:54
Compare
Choose a tag to compare

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

Also update all requirements.txt dependencies to latest.

skrobot 1.0.7 release

27 Nov 14:10
Compare
Choose a tag to compare

Add Sphinx documentation for the source.

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

skrobot 1.0.6 release

24 Jul 09:13
5b8d0d6
Compare
Choose a tag to compare
  • 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 1.0.5 release

23 Jul 08:09
Compare
Choose a tag to compare

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 1.0.4 release

22 Jul 12:27
af3073b
Compare
Choose a tag to compare

• 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