vault backup: 2023-09-21 11:59:36
This commit is contained in:
parent
cb12811d75
commit
74b39923a4
1 changed files with 12 additions and 0 deletions
|
@ -58,6 +58,18 @@ In a dataset, correlations >0.5 are considerable.
|
||||||
## Practical session of the class: miniconda
|
## Practical session of the class: miniconda
|
||||||
IDEs: PyCharm, VS Code, (Jupyter - not recommended)
|
IDEs: PyCharm, VS Code, (Jupyter - not recommended)
|
||||||
|
|
||||||
|
Depois de instalar o miniconda, correr os seguintes comandos:
|
||||||
|
- conda create --name daaEnv python=3.10
|
||||||
|
- conda activate daaEnv
|
||||||
|
- python --version
|
||||||
|
- conda install pandas
|
||||||
|
- conda install xlrd
|
||||||
|
- conda install xlwt
|
||||||
|
- conda install matplotlib
|
||||||
|
- conda install seaborn
|
||||||
|
- conda install scikit-learn
|
||||||
|
- conda install jupyterlab
|
||||||
|
- conda list
|
||||||
|
|
||||||
## Resource links
|
## Resource links
|
||||||
- https://en.wikipedia.org/wiki/Average
|
- https://en.wikipedia.org/wiki/Average
|
||||||
|
|
Loading…
Add table
Reference in a new issue