Python – How to install mlxtend in Anaconda

Add Channel and Install Mlxtend using Conda Install

In this post, you will quickly learn about how to install mlxtend python package while you are working with Anaconda Jupyter Notebook.

Mlxtend (machine learning extensions) is a Python library of useful tools for the day-to-day data science tasks. This library is created by Dr. Sebastian Raschka, an Assistant Professor of Statistics at the University of Wisconsin-Madison focusing on deep learning and machine learning research.

Here is the instruction for installing within your Anaconda. 

  • Add a channel namely conda-forge by clicking on Channels button and then Add button.

    Add Channel and Install Mlxtend using Conda Install

    Fig 1. Add Channel and Install Mlxtend using Conda Install



  • Open a command prompt and execute the following command:

    conda install mlxtend –channel Conda-forge

  • Once installed, launch a Jupyter Notebook and try importing the following. This should work fine.

    from mlxtend.plotting import plot_decision_regions
Ajitesh Kumar
Follow me

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. For latest updates and blogs, follow us on Twitter. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking. Check out my other blog, Revive-n-Thrive.com
Posted in Data Science, Machine Learning, Python. Tagged with , , .

4 Responses

Leave a Reply

Your email address will not be published. Required fields are marked *