Skip to content

Releases: Neuraxio/Neuraxle

0.5.4

11 Sep 00:42
Compare
Choose a tag to compare
  • Fix update_hyperparams for SKLearnWrapper (critical)

0.5.3

10 Sep 00:41
cd51708
Compare
Choose a tag to compare
  • Tree Parzen Estimators
  • Scipy Distributions Support

0.5.2

20 Jul 00:52
Compare
Choose a tag to compare
  • Partial fit in SKLearnWrapper
  • Setup with context
  • All the changes from 0.5.1 (was not uploaded to pypi)

0.5.1

20 Jul 00:46
8772f69
Compare
Choose a tag to compare
  • Fix warnings.warn for python 3.6 & python 3.7
  • Add with_context method to BaseStep to force the use of a given context in the pipeline
  • Use dependency injection by setting the execution context service locator : ExecutionContext().set_service_locator({ BaseType: instance })

0.5.0

10 Jul 20:09
8e998ff
Compare
Choose a tag to compare
  • Added streaming pipelines for parallel processing.
  • Implemented neat .apply() logic in the steps to recursively apply any function if it exists.
  • Refactored the BaseStep so as to make it inherit from multiple smaller classes to separate the logic and allow for creating various steps such as the BaseTransformer that doesn't need any fitting: the BaseStep is thus a BaseTransformer with aditionnal fitting behavior that is added by inheriting another mixin.
  • Some bug were fixed.

0.4.1

10 Jul 20:06
1711721
Compare
Choose a tag to compare
Merge pull request #341 from alexbrillant/trainer-train-method-before…

0.4.0

10 Jul 20:04
de06c15
Compare
Choose a tag to compare
Merge pull request #308 from alexbrillant/issue-236

Fix Issue #236

0.3.4

10 Jul 19:58
94bb857
Compare
Choose a tag to compare
Hotfixes patch for 0.3.3

0.3.3

10 Jul 19:58
59f8943
Compare
Choose a tag to compare
New AutoML Loop

0.3.2

10 Jul 19:58
bd6fd83
Compare
Choose a tag to compare
Merge pull request #268 from guillaume-chevalier/master

Add LabelEncoder example and fix numpy issues in data container