Skip to content

Releases: automl/amltk

1.12.1

13 Aug 07:35
Compare
Choose a tag to compare

1.12.1 (2024-08-13)

Fix

  • pipeline: request now fails without default (#284)

[main 39a8edc] bump: version 1.12.0 → 1.12.1
3 files changed, 9 insertions(+), 3 deletions(-)

What's Changed

Full Changelog: 1.12.0...1.12.1

1.12.0

24 Apr 14:12
Compare
Choose a tag to compare

1.12.0 (2024-04-24)

Feat

  • PyTorch: Add functionality to construct a PyTorch Model from a pipeline (#276)

Fix

  • Pass in sampler to create_study (#282)
  • Pytorch: Fix builders.py (#280)
  • precommit issues from #276 (#277)

[main d15b94d] bump: version 1.11.0 → 1.12.0
3 files changed, 15 insertions(+), 3 deletions(-)

What's Changed

Full Changelog: 1.11.0...1.12.0

1.11.0

29 Feb 17:27
Compare
Choose a tag to compare

1.11.0 (2024-02-29)

Feat

  • CVEvaluator: Add feature for post_split and post_processing (#260)
  • sklearn: X_test, y_test to CVEvaluator (#258)
  • CVEarlyStopping (#254)
  • sklearn: CVEvaluator allows configure and build params (#250)
  • sklearn: Provide a standard CVEvaluator (#244)

Fix

  • trial: Don't record metric values for deserialized NaN's or None (#263)
  • pipeline: Ensure optimizer is updated with report (#261)
  • scheduling: Safe termination of processes, avoiding lifetime race condition (#256)
  • metalearning: Portfolio Check for Dataframe as Input (#253)
  • CVEvaluator: clone the estimator before use (#249)
  • Node: Ensure that parent name does not conflict with children (#248)
  • CVEvaluator: When on_error="raise", inform of which trial failed (#247)
  • Trial: Give trials a created_at stamp (#246)

Refactor

  • pipeline: optimize now requires one of timeout or (#252)
  • Metric, Trial: Cleanup of metrics and Trial (#242)

[main e58ebcd] bump: version 1.10.1 → 1.11.0
3 files changed, 29 insertions(+), 3 deletions(-)

What's Changed

New Contributors

Full Changelog: 1.10.1...1.11.0

1.10.1

28 Jan 02:28
Compare
Choose a tag to compare

1.10.1 (2024-01-28)

Fix

  • dask-jobqueue: Make sure to close client

Refactor

  • Make things more context manager
  • trial: Remove begin() (#238)

[main 9e1ebac] bump: version 1.10.0 → 1.10.1
3 files changed, 14 insertions(+), 3 deletions(-)

What's Changed

Full Changelog: 1.10.0...1.10.1

1.10.0

26 Jan 17:17
Compare
Choose a tag to compare

1.10.0 (2024-01-26)

Feat

  • Pipeline: Optimize pipelines directly with optimize() (#230)

[main 0ec79ef] bump: version 1.9.0 → 1.10.0
3 files changed, 9 insertions(+), 3 deletions(-)

What's Changed

Full Changelog: 1.9.0...1.10.0

1.9.0

26 Jan 07:51
Compare
Choose a tag to compare

1.9.0 (2024-01-26)

Feat

  • Optimizer: Allow for batch ask requests (#224)

Fix

  • Pynisher: Ensure system supports limit (#223)

[main 4198de7] bump: version 1.8.0 → 1.9.0
3 files changed, 13 insertions(+), 3 deletions(-)

What's Changed

  • fix(Pynisher): Ensure system supports limit by @eddiebergman in #223
  • feat(Optimizer): Allow for batch ask requests by @eddiebergman in #224
  • doc: Cleaner API docs, cleanup pipeline reference, faster rendering options, less noise in doc build output, changelog by @eddiebergman in #234

Full Changelog: 1.8.0...1.9.0

1.8.0

22 Jan 10:23
Compare
Choose a tag to compare

1.8.0 (2024-01-22)

Feat

  • Pynisher: Detect tasks with Trial to report FAIL (#220)
  • Pipeline: factorize() a pipeline into its possibilities (#217)

[main 9d65711] bump: version 1.7.0 → 1.8.0
3 files changed, 10 insertions(+), 3 deletions(-)

What's Changed

Full Changelog: 1.7.0...1.8.0

1.7.0

16 Jan 17:39
Compare
Choose a tag to compare

1.7.0 (2024-01-16)

Feat

  • Scheduler: Respond to cancelled futures (#214)
  • scheduler: Handled errors with specific method (#213)

Fix

  • History: Explicitly check type in add() (#210)

[main 672889b] bump: version 1.6.0 → 1.7.0
3 files changed, 14 insertions(+), 3 deletions(-)

What's Changed

Full Changelog: 1.6.0...1.7.0

1.6.0

10 Jan 15:21
Compare
Choose a tag to compare

1.6.0 (2024-01-10)

Feat

  • history: Get best() from History (#209)

[main b752efd] bump: version 1.5.0 → 1.6.0
3 files changed, 9 insertions(+), 3 deletions(-)

What's Changed

Full Changelog: 1.5.0...1.6.0

1.5.0

09 Jan 10:13
Compare
Choose a tag to compare

1.5.0 (2024-01-09)

Feat

  • add EmissionsTrackerPlugin for codecarbon (#196)

[main fc6f1db] bump: version 1.4.0 → 1.5.0
3 files changed, 9 insertions(+), 3 deletions(-)

What's Changed

New Contributors

Full Changelog: 1.4.0...1.5.0