├── .gitignore ├── LICENSE ├── README.md └── fitted_learning.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhenon/fitted-learning/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhenon/fitted-learning/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhenon/fitted-learning/HEAD/README.md -------------------------------------------------------------------------------- /fitted_learning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yhenon/fitted-learning/HEAD/fitted_learning.py --------------------------------------------------------------------------------