Metadata-Version: 2.1
Name: tensorcross
Version: 2.0.0
Summary: Cross Validation, Grid Search and Random Search for TensorFlow Datasets.
Author: Jan Schaffranek, Saif Al-Dilaimi
License: MIT
Classifier: License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS

Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: tensorflow>=2.13
Requires-Dist: keras>=3.0
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn>=1.0

Cross Validation, Grid Search and Random Search for TensorFlow Datasets. For more information see here: https://github.com/franneck94/TensorCross
