Machine Learning Library Extensions
Project description
MLearner: Machine Learning for Data Engineer
MLearner is a Python library of useful tools for the day-to-day data science tasks.
Jaime Sendra Berenguer - Spain - 2018-2022 LinkedIn GitHub
Links
- 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
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.