Learn practical skills, build real-world projects, and advance your career
pip install lazypredict
Collecting lazypredict Downloading lazypredict-0.2.7-py2.py3-none-any.whl (11 kB) Requirement already satisfied: Click>=7.0 in /opt/conda/lib/python3.7/site-packages (from lazypredict) (7.1.1) Installing collected packages: lazypredict Successfully installed lazypredict-0.2.7 WARNING: You are using pip version 20.1.1; however, version 20.2.1 is available. You should consider upgrading via the '/opt/conda/bin/python3.7 -m pip install --upgrade pip' command. Note: you may need to restart the kernel to use updated packages.
!pip install --upgrade pip' 
/bin/sh: 1: Syntax error: Unterminated quoted string
from lazypredict.Supervised import LazyClassifier


/opt/conda/lib/python3.7/site-packages/sklearn/utils/deprecation.py:143: FutureWarning: The sklearn.utils.testing module is deprecated in version 0.22 and will be removed in version 0.24. The corresponding classes / functions should instead be imported from sklearn.utils. Anything that cannot be imported from sklearn.utils is now part of the private API. warnings.warn(message, FutureWarning)
import pandas as pd
from sklearn.model_selection import train_test_split
data = pd.read_csv('../input/preprocess-choc/10 best RD_Feature')
data