almost there

This commit is contained in:
wangobango 2022-02-18 23:47:53 +01:00
parent 6a9c9fe559
commit 817a8ad007
2 changed files with 8671 additions and 527 deletions

3
init.sh Normal file → Executable file
View File

@ -4,5 +4,8 @@ pip3 install gdown
pip3 install sklearn
pip3 install matplotlib
gdown --fuzzy https://drive.google.com/file/d/153UDq2d-iVcLfc-7DeGm4ZfczjTQPxpF/view?usp=sharing
# TODO trzeba chyba ustawić pobieranie directory
gdown --fuzzy https://drive.google.com/drive/folders/1-7W9l6HkP_6KtWk_-TWH76QWTPgih2Lb?usp=sharing
gdown --fuzzy https://drive.google.com/drive/folders/1Y60LOzUQJRHIrq-DRm45cNERPdM8GPMu?usp=sharing
mkdir data
mv blogtext.csv data

9195
main.ipynb

File diff suppressed because one or more lines are too long