2022-03-17 21:01:11 +01:00
|
|
|
# ---> JupyterNotebooks
|
|
|
|
# gitignore template for Jupyter Notebooks
|
|
|
|
# website: http://jupyter.org/
|
|
|
|
|
|
|
|
.ipynb_checkpoints
|
|
|
|
*/.ipynb_checkpoints/*
|
|
|
|
|
|
|
|
# IPython
|
|
|
|
profile_default/
|
|
|
|
ipython_config.py
|
|
|
|
|
|
|
|
# Remove previous ipynb_checkpoints
|
|
|
|
# git rm -r .ipynb_checkpoints/
|
|
|
|
|
2022-05-29 13:46:40 +02:00
|
|
|
/X_train.csv
|
|
|
|
/X_test.csv
|
|
|
|
/y_train.csv
|
|
|
|
/y_test.csv
|
|
|
|
/model.pth
|