0% found this document useful (0 votes)
8 views1 page

Jupyter Setup

The document provides information about Conda, an open-source package and environment management system, and includes commands for installing packages like numpy and listing installed modules. It also mentions various datasets available for loading, such as iris, diabetes, digits, Linnerud, wine, and breast cancer, along with their respective classification or regression purposes. Additional notes include shortcuts for Jupyter and starting the Spyder IDE.

Uploaded by

msanthoshm379
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Jupyter Setup

The document provides information about Conda, an open-source package and environment management system, and includes commands for installing packages like numpy and listing installed modules. It also mentions various datasets available for loading, such as iris, diabetes, digits, Linnerud, wine, and breast cancer, along with their respective classification or regression purposes. Additional notes include shortcuts for Jupyter and starting the Spyder IDE.

Uploaded by

msanthoshm379
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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).

You might also like