Metadata-Version: 2.1
Name: keras-tuner-cv
Version: 0.0.2
Summary: Extension for keras tuner that adds a set of classes to implement cross validation techniques.
Home-page: https://github.com/giuseppegrieco/keras-tuner-cv
Author: Giuseppe Grieco
Author-email: g.grieco1997@gmail.com
License: GPL v3
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Keras Tuner Cross Validation
Extension for keras tuner that adds a set of classes to implement cross validation methodologies.

## Install
```
$ pip install .
```

## Implemented methodologies
Here is the list of implemented methodologies and how to use them!
### Outer Cross Validation
### Inner Cross Validation


