Metadata-Version: 2.1
Name: nlearn
Version: 1.0.0.post134
Summary: Machine learning utility library
Home-page: https://github.com/b-io/io.barras/tree/master/python/neptune/nlearn
Author: Florian Barras
Author-email: florian@barras.io
License: MIT
Project-URL: Bug Tracker, https://github.com/b-io/io.barras/issues
Project-URL: Documentation, https://repo.barras.io
Project-URL: Source Code, https://github.com/b-io/io.barras/tree/master/python/neptune/nlearn
Keywords: gaussian mixture,machine learning,nlp,regression,utilities
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

# ♆ NEPTUNE

**NEPTUNE** is a set of decoupled **Python libraries** intended to facilitate Python development:
* nfin,
* ngui,
* nlearn,
* nmath and
* nutil.

The library **nlearn** contains machine learning utility functions; among them:
* Gaussian mixture models,
* regression models and
* NLP models (including a handler for Global Vectors for Word Representation).

NEPTUNE is based on popular libraries like numpy, pandas, plotly and scipy.

## Install

Launch the following commands in a shell:

~~~bash
git clone https://github.com/b-io/io.barras.git
cd io.barras/python/neptune/
mvn clean install
~~~

## License

Feel free to download, try and share your suggestions about the libraries,
while respecting [this MIT License (MIT)][license].

[license]: <LICENSE>
