Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.5.0 - 2022-04-04

Added

  • Added decoupled Cross Validation (#271)

  • Adds an option to ramp-blend to select the --score_metrics_index to blend on (#273)

  • Adds the possibility to import modules located inside the external_imports directory (#279)

Changed

  • CLI command ramp_blend_submission was renamed to ramp-blend (#273)

  • Fixes leaderboard (including fix for --bagged and --data-label options) (#273)

  • Fixes ramp-test when both --submission ALL and a --ramp-submission-dir are provided (#274)

Removed

  • Following CLI commands were removed (#272) - ramp_test_submission → use ramp-test instead - ramp_test_notebook - ramp_convert_notebook - ramp_leaderboard

0.4.0 - 2020-04-14

Added

  • Autocompletion for submission names (#261)

  • Add optional --data-label parameter to ramp_test` (#245)

Changed

  • Stop using colored prompt in Windows (#224)

  • Use colored output only form terminals that know how to handle it (#225)

  • Sanitize user input in workflows (#226)

  • Set display.width to None in prompt (#242)

  • Force utf8 encoding when reading notebook (#252)

  • Handle the case of single hyperparameter in hyperopt (#257)

Fixed

  • Fix warnings in pickled models (#233)

  • Create new Estimator classes to be compatible with ramp-board (#222)

  • Pass all argument by position in train_test_submission (add3fdc4c)

0.3.3 - 2020-03-13

0.3.2 - 2020-02-28

0.3.2 - 2020-02-28

0.3.1 - 2020-02-01

0.3.0 - 2020-01-30

0.2.1 - 2020-01-21

0.2.0 - 2020-01-21

v0.2.0 (git tag only) - 2017-11-06

Added

  • refactored README and wiki

  • ramp_test_submission script: beautified score printing, optional pickling of trained models, optional saving y_pred, cv bagging

  • mars craters: detection workflow, detection scores,

  • pollenating insects: a new simplified image classification workflow

  • fake news: soft accuracy using a cost matrix

  • kaggle seguro: normalized Gini score

v0.1.0 (git tag only) - 2017-10-10

[Unreleased]: https://github.com/paris-saclay-cds/ramp-workflow/compare/0.3.3…HEAD