experiments_with_python icon indicating copy to clipboard operation
experiments_with_python copied to clipboard

No module named 'mlxtend'

Open AbigailCarlosma opened this issue 5 years ago • 1 comments

Hey, I am so sorry I am very new in python, and I would like to learn to program.l I run the code of Stacking (ensemble method) but I got this error No module named 'mlxtend' How can I install mlxtend? I tried with Anaconda - Environment but I dont fint it.

Thank you for ur time

AbigailCarlosma avatar Oct 01 '18 13:10 AbigailCarlosma

Hi! No worries. Have a look at the mlxtend github page: https://github.com/rasbt/mlxtend To install the library with conda I think you need to run: conda install -c conda-forge mlxtend

vsmolyakov avatar Oct 01 '18 14:10 vsmolyakov