Releases: franneck94/TensorCross
Releases · franneck94/TensorCross
2.0.0
Version 1.0.0
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+
Version 0.4.4
Version 0.4.4: March 13, 2023
- Bugfix for MacOS tensorflow metal
Release 0.4.3
Changelog
- Bugfix for computing the mean score in CV
Release 0.4.2
Release 0.4.2
- Bugfix for detecting if the mode is either minimize the loss or maximize the metric
Release 0.4.1
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
Release 0.4.0
Changes
- Updated TF Version
Release 0.3.0
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
.
Release 0.2.1
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.
Release 0.2.0
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.