TensorCross

Cross Validation, Grid Search and Random Search for TensorFlow 2 Datasets

MIT License

Downloads
412
Stars
15

Bot releases are hidden (Show)

TensorCross - Latest Release

Published by franneck94 5 months ago

Version 2.0.0: May 20, 2024

  • This will be the stable version for TF 2.13+ which is the first version that supports keras 3.0
TensorCross - Version 1.0.0

Published by franneck94 12 months ago

Version 1.0.0: October 29, 2023

  • Some rework, updates docs and versioning. This will be the stable version for TF (Keras) 2.8+ and Python 3.9+
TensorCross - Version 0.4.4

Published by franneck94 over 1 year ago

Version 0.4.4: March 13, 2023

  • Bugfix for MacOS tensorflow metal
TensorCross - Release 0.4.3

Published by franneck94 about 2 years ago

Changelog

  • Bugfix for computing the mean score in CV
TensorCross - Release 0.4.2

Published by franneck94 about 2 years ago

Release 0.4.2

  • Bugfix for detecting if the mode is either minimize the loss or maximize the metric
TensorCross - Release 0.4.1

Published by franneck94 about 3 years ago

Version 0.4.1: September 11, 2021

  • Added detailed information to docstrings
  • The summary method now returns the printed string, such that it can be stored to a file
  • Now also exporting the dataset_join function
TensorCross - Release 0.4.0

Published by franneck94 about 3 years ago

Changes

  • Updated TF Version
TensorCross - Release 0.3.0

Published by franneck94 almost 4 years ago

Features

Added support for TensorFlow 2.0+ (previously only 2.3)

Bug FIxes

Bug fix in CrossValidation search, by replacing the parameter name train_dataset with dataset.

TensorCross - Release 0.2.1

Published by franneck94 almost 4 years ago

Changes in Release 0.2.1

Updated Version number, due to missing update in last release.

New Features from Release 0.2.0

Implemented the GridSearchCV and RandomSearchCV.
ALso implemented a modification of the TensorBoard callback to store the model
results of each parameter combination in a distinct sub-sir.

TensorCross - Release 0.2.0

Published by franneck94 almost 4 years ago

New Features

Implemented the GridSearchCV and RandomSearchCV.
ALso implemented a modification of the TensorBoard callback to store the model
results of each parameter combination in a distinct sub-sir.

TensorCross - Version 0.2.0-rc0

Published by franneck94 almost 4 years ago

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.

TensorCross - Release 0.1.4

Published by franneck94 almost 4 years ago

Bugfixes of version 0.1.3.

TensorCross - Release 0.1.3

Published by franneck94 almost 4 years ago

Bugfixes of version 0.1.2.

TensorCross - Release 0.1.2

Published by franneck94 almost 4 years ago

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

TensorCross - Release 0.1.1

Published by franneck94 almost 4 years ago

Bugfixes of the release 0.1.0

TensorCross - First official release

Published by franneck94 almost 4 years ago

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.

TensorCross - Release 0.1.0d

Published by franneck94 almost 4 years ago