Setting up Python

Create a file on your computer named “environment.yml” with the following contents:

name: dsbook
channels:
  - conda-forge
dependencies:
  - python>=3.12
  - numpy
  - pandas
  - scipy>=1.10
  - scikit-learn>=1.3
  - statsmodels>=0.14
  - matplotlib
  - seaborn
  - geopandas>=1.0
  - openpyxl
  - imbalanced-learn
  - tensorflow>=2.18