Notebooks created while completing the IBM Data Science Professional Certificate (in progress).
Notebook | Purpose |
---|---|
DataScienceEcosystem.ipynb |
Summary of tools & roles in data science |
Final Assignment‑v2 (2).ipynb |
Capstone part 1 – EDA & basic ML |
Final Assignment‑v2 (3).ipynb |
Capstone part 2 – model tuning & evaluation |
You can view notebooks directly in GitHub ➡️ no need to clone.
To run locally (optional)
# after installing Anaconda
conda create -n ibm-ds python=3.11 jupyterlab pandas numpy scikit-learn
conda activate ibm-ds
jupyter lab