Metadata-Version: 2.1
Name: fns
Version: 0.3.3
Summary: Reusable functions for use in ML projects
Home-page: https://github.com/amitness/fns
Author: Amit Chaudhary
Author-email: meamitkc@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: more-itertools

# fns ![Release](https://github.com/amitness/fns/workflows/Release/badge.svg)
Reusable functions for Machine Learning.


## Installation
Install via [pip](https://pypi.org/project/fns).

```bash
pip install fns
```


