KostasEreksonas / Kaggle_Playground_Series

Code for Kaggle playground series challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kaggle_Playground_Series

Code for Kaggle playground series challenges

Table of Contents

Setup

  1. Create a new python virtual environment: python3 -m venv .

  2. Activate newly created python virtual environemnt: source bin/activate

  3. Install required packages: pip install -r requirements.txt

  4. To open jupyter notebook from the terminal: jupyter notebook

Episodes

  • Season 4 Episode 4 - Regression with Abalone Dataset

About

Code for Kaggle playground series challenges

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%Language:Shell 0.0%