Zadanie 1

This commit is contained in:
Anna Nowak 2021-03-21 15:54:39 +01:00
parent f68b5273f2
commit abd8cdac0d
6 changed files with 34350 additions and 0 deletions

59
.gitignore vendored Normal file
View File

@ -0,0 +1,59 @@
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/config.rst
docs/gh-pages
notebook/i18n/*/LC_MESSAGES/*.mo
notebook/i18n/*/LC_MESSAGES/nbjs.json
notebook/static/components
notebook/static/style/*.min.css*
notebook/static/*/js/built/
notebook/static/*/built/
notebook/static/built/
notebook/static/*/js/main.min.js*
notebook/static/lab/*bundle.js
node_modules
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store
\#*#
.#*
.coverage
.pytest_cache
src
*.swp
*.map
.idea/
Read the Docs
config.rst
*.iml
/.project
/.pydevproject
package-lock.json
geckodriver.log
*.iml
# jetbrains IDE stuff
*.iml
.idea/
# ms IDE stuff
*.code-workspace
.history
.vscode
# copied changelog
docs/source/changelog.md
#fifa dataset
fifa19*

1001
Zadanie 1.ipynb Normal file

File diff suppressed because one or more lines are too long

16644
data.csv Normal file

File diff suppressed because it is too large Load Diff

3330
dev.csv Normal file

File diff suppressed because it is too large Load Diff

3330
test.csv Normal file

File diff suppressed because it is too large Load Diff

9986
train.csv Normal file

File diff suppressed because it is too large Load Diff