vsmolyakov / experiments_with_python

experiments with python
MIT License
377 stars 275 forks source link

No module named 'mlxtend' #4

Open AbigailCarlosma opened 5 years ago

AbigailCarlosma commented 5 years ago

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

vsmolyakov commented 5 years ago

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