Releases: franneck94/TensorCross
Releases · franneck94/TensorCross
Version 0.2.0-rc0
New Features
Implemented the first draft of the GridSearchCV and RandomSearchCV.
However, one important part is missing.
The sliding validation fold over the dataset.
Currently for every fold, the same subset for the validation is used.
This will be implemented for the final 0.2.0 release.
Release 0.1.4
Bugfixes of version 0.1.3.
Release 0.1.3
Bugfixes of version 0.1.2.
Release 0.1.2
Bugfixes of version 0.1.1.
Removed docs from this repo.
Correct usage of find_package in setup.py.
Release 0.1.1
Bugfixes of the release 0.1.0
First official release
Notes
In this first official release, the GridSearch and RandomSearch with a validation srt is implemented.
In the next minor release (0.2.0) the CrossValidation variant of these searches will be implemented.
Release 0.1.0d
Merge pull request #10 from franneck94/dev Dev