This repository contains my solutions for various competitions on Kaggle. Here you will find Jupyter notebooks, Python scripts, and datasets that I have used and modified during the competitions.
Below is a list of competitions for which you can find solutions in this repository:
- Spaceship Titanic
- Description: Predicting the survival of Titanic passengers.
- Tools: Python, Pandas, NumPy, Seaborn, Matplotlib, Scikit-Learn, Jupyter Notebook.
To work with these solutions, you will need to install the following Python libraries:
pip pip install -r requirements.txtTo use the notebooks:
- Clone the repository:
git clone https://github.com/heereenveen/Kaggle.git
- Navigate to the directory of the competition you're interested in.
- Launch Jupyter Notebook.
- Open the
.ipynbnotebook and explore the solution.
NOTE: This repository is part of my learning projects. Please use these solutions as a reference for creating your own projects.