aronei44 / kaggle-competition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repo for kaggle competition

Installation

clone this repo

git clone https://github.com/aronei44/kaggle-competition.git
cd kaggle-competition

environment preparation

py -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt

for windows. (for mac and linux is different in prepare for virtual env)

if you have an error with nltk

just run this in your ipynb / python file

import nltk
nltk.download('punkt')
nltk.download('stopwords')

happy coding

About


Languages

Language:Jupyter Notebook 100.0%