Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.6 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.6 KB

Kaggle: Machine Learning Series

image

This repository contains a series of Jupyter notebooks (.ipynb) that document my journey through Kaggle's Machine Learning and Deep Learning exercises.

Environment Setup

These notebooks are intended to be run on Kaggle. If you wish to run them locally, make sure you have activated the required environment using Conda:

conda activate sklearn-env

Adding a New Package

If you need to add a new package, use the following commands:

# Using conda-forge
conda install -c conda-forge <package>

Comment:
This repository contains a collection of introductory notebooks and forked tutorials from other Kagglers exploring Machine Learning, with a focus on Deep Learning. I'm using Kaggle to learn and practice my skills in these fields. The repository is primarily maintained through Kaggle, not GitHub, so there may be discrepancies in content. To view the original code, visit my Kaggle profile here.

If you found this notebook helpful...

Please consider giving it a star. Your support helps me continue to develop high-quality code and pursue my career as a data analyst/engineer. Feedback is always welcome and appreciated. Thank you for taking the time to read my work!