Go to file
2020-06-14 16:41:43 +02:00
.gitignore add base project 2020-06-13 23:03:53 +02:00
main.py add requirements.txt and update README 2020-06-14 16:41:43 +02:00
README.md add requirements.txt and update README 2020-06-14 16:41:43 +02:00
requirements.txt add requirements.txt and update README 2020-06-14 16:41:43 +02:00

warsztaty-prefect

Uruchomienie

  1. Pobrać pliki train.csv oraz test.csv z [https://www.kaggle.com/c/nlp-getting-started](wyzwania na Keaggle) i umieścić je w tym samym katalogu co plik main.py

  2. Zainstalować potrzebne moduły

> pip3 install -r requirements.txt
  1. Uruchomić skrypt
> python3 main.py