Conda info enter
Will get all details
Conda is an opensource cross platform language agnostic package management
and environment management system which is similar to pip
Conda install numpy
To install numpy
pip list -to list all modules installed
shift enter shortcut in jupyter
open jupyter server in
start spyder
Load and return the iris dataset
load_iris(*[, return_X_y, as_frame])
(classification).
load_diabetes(*[, return_X_y, as_frame, Load and return the diabetes dataset
scaled]) (regression).
load_digits(*[, n_class, return_X_y, as_fr Load and return the digits dataset
ame]) (classification).
load_linnerud(*[, return_X_y, as_frame] Load and return the physical exercise
) Linnerud dataset.
Load and return the wine dataset
load_wine(*[, return_X_y, as_frame])
(classification).
load_breast_cancer(*[, return_X_y, as_f Load and return the breast cancer wisconsin
rame]) dataset (classification).