Skip to content

Releases: franneck94/TensorCross

Version 0.2.0-rc0

26 Nov 17:46
bca1d46
Compare
Choose a tag to compare
Version 0.2.0-rc0 Pre-release
Pre-release

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

23 Nov 20:15
Compare
Choose a tag to compare

Bugfixes of version 0.1.3.

Release 0.1.3

23 Nov 19:52
ee14414
Compare
Choose a tag to compare

Bugfixes of version 0.1.2.

Release 0.1.2

23 Nov 19:06
Compare
Choose a tag to compare

Bugfixes of version 0.1.1.
Removed docs from this repo.
Correct usage of find_package in setup.py.

Release 0.1.1

22 Nov 15:54
8d65a60
Compare
Choose a tag to compare

Bugfixes of the release 0.1.0

First official release

22 Nov 15:42
268524c
Compare
Choose a tag to compare

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

21 Nov 14:58
b4a12de
Compare
Choose a tag to compare
Release 0.1.0d Pre-release
Pre-release
Merge pull request #10 from franneck94/dev

Dev