bugbug/.gitignore

51 строка
557 B
Plaintext
Исходник Обычный вид История

2018-12-24 03:39:10 +03:00
*model
*model.zst
*model.zst.etag
*data_X
*data_y
*data_X.zst
*data_X.zst.etag
*data_y.zst
*data_y.zst.etag
feature_importance.png
importance.html
importances.json
metrics.json
probs.json
*similaritymodel
2019-04-15 18:36:30 +03:00
http_service/models/*model*
2018-12-24 03:39:27 +03:00
data/
2019-01-29 03:17:15 +03:00
sheets/
2018-12-24 03:40:09 +03:00
2020-01-05 18:59:19 +03:00
.mypy_cache/
2018-12-24 03:40:09 +03:00
.pytest_cache/
*.pyc
2019-06-11 21:06:14 +03:00
.coverage
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
cache/
# Logs
*.log
# Desktop Service Store
*.DS_Store