mlxtendEasy Playground

Extensions for scikit-learn: plotting, feature selection, stacking

Getting started with mlxtendRun locally
Install
pip install mlxtend
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: mlxtend)

mlxtend is a third-party package. Extensions for scikit-learn: plotting, feature selection, stacking. Install with: pip install mlxtend

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?