프로그래밍/Python
[python] Mlxtend (machine learning extensions) install
홍반장水_
2022. 2. 15. 16:46
반응형
Mlxtend (machine learning extensions) is a Python library of useful tools for the day-to-day data science tasks.
https://github.com/rasbt/mlxtend
GitHub - rasbt/mlxtend: A library of extension and helper modules for Python's data analysis and machine learning libraries.
A library of extension and helper modules for Python's data analysis and machine learning libraries. - GitHub - rasbt/mlxtend: A library of extension and helper modules for Python's data an...
github.com
Installing mlxtend
PyPI
To install mlxtend, just execute
pip install mlxtend
Alternatively, you could download the package manually from the Python Package Index https://pypi.python.org/pypi/mlxtend, unzip it, navigate into the package, and use the command:
python setup.py install
Conda
If you use conda, to install mlxtend just execute
conda install -c conda-forge mlxtend
반응형