Skip to content

Releases: onelearn/onelearn

Version 0.3

Choose a tag to compare

@stephanegaiffas stephanegaiffas released this 29 Sep 14:48
84756b9

This release adds the following improvements

  • AMFClassifier and AMFRegressor can be serialized to files (using internally pickle) using the save and load methods

Version 0.2.0 of onelearn

Choose a tag to compare

@stephanegaiffas stephanegaiffas released this 06 Apr 09:57

This release adds the following improvements

  • SampleCollection pre-allocates more samples instead of the bare minimum for faster computation
  • The playground can be launched from the library
  • A documentation on readthedocs
  • Faster computations and a lot of code cleaning
  • Unittests for python 3.6-3.8