MLearner is a Python library of useful tools for the day-to-day data science tasks.
Jaime Sendra Berenguer - Spain - 2018-2022 LinkedIn GitHub
- Documentation: https://jaisenbe58r.github.io/MLearner/
- PyPI: https://pypi.python.org/pypi/mlearner
- Changelog: https://jaisenbe58r.github.io/MLearner//CHANGELOG
- Contributing: https://jaisenbe58r.github.io/MLearner//CONTRIBUTING
- Questions? Check out the Discuss
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
If you use conda, to install mlearner just execute
conda install -c conda-forge mlearner
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