반응형
Mlxtend (machine learning extensions) is a Python library of useful tools for the day-to-day data science tasks.
https://github.com/rasbt/mlxtend
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
반응형
'프로그래밍 > Python' 카테고리의 다른 글
[python] Apyori - 연관규칙분석(Association Rule Analysys) (0) | 2022.02.16 |
---|---|
[python] networkx - anaconda install (0) | 2022.02.16 |
[python] pandas documentation (0) | 2022.02.15 |
[Python] In dictionary, converting the value from string to integer. Dict에서 value가 숫자형이 아닐때 숫자로 변경 (0) | 2022.02.14 |
[python] pandas.DataFrame.to_csv 쉼표로 구분된 값(csv) 파일에 DataFrame 쓰기, 매개 변수 (0) | 2022.02.14 |