Skip to content

This is a small kaggle challenge to study classification problems.

License

Notifications You must be signed in to change notification settings

palexus/titanic

Repository files navigation

titanic

This is a small kaggle challenge to study classification problems. Best kaggle score so far was 0.77751. When I have time I try to improve it.

How to use it?

Clone this project and create a new environement, e.g.

conda create -n titanic -c conda-forge scikit-learn.

Then activate your new environment, here it is called webscraping and install the requirements.

conda activate titanic

pip install -r requirements.txt

conda install jupyterlab

Then enjoy the solution in the jupyter notebook.

About

This is a small kaggle challenge to study classification problems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published