This repository contains a series of Jupyter notebooks (.ipynb
) that document my journey through Kaggle's Machine Learning and Deep Learning exercises.
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
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.
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!