Machine Learning Library Extensions


Keywords
SOME, MEANINGFULL, KEYWORDS
License
MIT
Install
pip install mlearner==0.2.8

Documentation

Carpeta


MLearner: Machine Learning for Data Engineer


forthebadge made-with-python

made-for-VSCode Python GitHub release GitHub commits PyPI Latest Release Build status Codacy Badge Build Status codecov License Documentation Status DOI GitHub contributors GitHub issues Discuss GitHubIssues saythanks

MLearner is a Python library of useful tools for the day-to-day data science tasks.

Jaime Sendra Berenguer - Spain - 2018-2022 Linkedin LinkedIn GitHub GitHub


Links



Installing mlearner

PyPI

To install mlearner, just execute

pip install mlearner  

Alternatively, you could download the package manually from the Python Package Index https://pypi.python.org/pypi/mlearner, unzip it, navigate into the package, and use the command:

python setup.py install

Conda

If you use conda, to install mlearner just execute

conda install -c conda-forge mlearner 

Dev Version

The mlearner version on PyPI may always be one step behind; you can install the latest development version from the GitHub repository by executing

pip install git+git://github.com/jaisenbe58r/MLearner.git#egg=mlearner

Or, you can fork the GitHub repository from https://github.com/jaisenbe58r/MLearner and install mlearner from your local drive via

python setup.py install

License

Contact