1- # Byte-compiled / optimized / DLL files
1+ # Python
2+ # # ----------------------------------------------------------------
23__pycache__ /
34* .py [cod ]
4- * $py.class
5-
6- # C extensions
5+ * .egg-info /
6+ .installed.cfg
7+ * .egg
78* .so
8- notebooks /unit_test_synthetic_DEV.ipynb
9- <<<<<<< HEAD
10- * ml_grid_env /
11- * HFE_ML_experiments /
12- <<<<<<< HEAD
13-
14- ml_grid /tests /unit_test_synthetic_DEV.ipynb
15-
9+ * .py,cover
1610
17- =======
11+ # Virtual Environments
12+ # # ----------------------------------------------------------------
13+ ml_grid_env /
1814ml_grid_ts_env /
19- >>>>>>> 7baaad22686630846a684ba42207489372d08357
20- =======
21- >>>>>>> 68b72edb1ca57c5b15fc038fd0f5b650fd782b00
22- # Distribution / packaging
23- .Python
15+ .venv /
16+ venv /
2417env /
18+
19+ # Build and Distribution
20+ # # ----------------------------------------------------------------
2521build /
26- develop-eggs /
2722dist /
2823downloads /
2924eggs /
@@ -34,162 +29,80 @@ parts/
3429sdist /
3530var /
3631wheels /
37- <<<<<<< HEAD
38- =======
3932pip-wheel-metadata /
40- share /python-wheels
41- >>>>>>> 68b72edb1ca57c5b15fc038fd0f5b650fd782b00
42- * .egg-info /
43- .installed.cfg
44- * .egg
45- /notebooks /catboost_info /
46- \n otebooks \c atboost_info \
47- ml_grid /tests /unit_test_synthetic_DEV.ipynb
48- notebooks /catboost_info /*
49- <<<<<<< HEAD
50- # pyenv
51- .python-version
33+ share /python-wheels /
34+ develop-eggs /
35+ .Python
36+ target /
5237
53- # Unit test / coverage reports
54- .coverage
55- .tox
38+ # PyInstaller
39+ # # ----------------------------------------------------------------
40+ * .manifest
41+ * .spec
5642
57- # IDE
43+ # Sphinx Documentation
44+ # # ----------------------------------------------------------------
45+ docs /build /
46+ docs /source /autoapi /
47+ doc /_build /
48+
49+ # Jupyter Notebook
50+ # # ----------------------------------------------------------------
51+ .ipynb_checkpoints
52+
53+ # IDE and Editor Files
54+ # # ----------------------------------------------------------------
5855.idea /
5956.vscode /
60- * .sublime-workspace
6157* .sublime-project
58+ * .sublime-workspace
6259
63- # Environment
64- * .env
65-
66- # Compiled source
60+ # Compiled files
61+ # # ----------------------------------------------------------------
6762* .com
6863* .class
6964* .dll
7065* .exe
7166* .o
72- * .so
7367
74- logs
75- # Logs and databases
68+ # Logs and Databases
69+ # # ----------------------------------------------------------------
70+ logs /
7671* .log
7772* .sql
7873* .sqlite
7974* .sqlite3
8075* .db
81-
82- # Miscellaneous
83- * .bak
84- * .swp
85- .DS_Store
86- =======
87- .ml_grid_env /*
88- ml_grid_env /*
89- * ml_grid_env
90- ml_grid_env /
91- unit_test_synthetic DEV.ipynb
92- HFE_ML_experiments /
93-
94- ml_grid \t ests \u nit_test_synthetic DEV.ipynb
95-
96- ml_grid /tests /unit_test_synthetic DEV.ipynb
97-
98- ml_grid /tests /unit_test_synthetic_old.ipynb
99-
100- ml_grid /tests /unit_test_synthetic-ac.ipynb
101-
102- tests /knn time series time warp classifier-Multivariate-grid-dev-38-2.5.ipynb
103-
104- grid_score_reader_ML_TS_Grid_V_1.5.ipynb
105-
106- ml_grid /tests /unit_test_synthetic_time_series_DEV.ipynb
107-
108- knn time series time warp classifier-Multivariate-grid-dev-38-2.5.ipynb
109-
110- ml_grid_ts_env
111- catboost_info
112- notebooks /catboost_info /*
113- installation_log.txt
114- * catboost_info
115- ml_grid_env
116- # PyInstaller
117- # Usually these files are written by a python script from a template
118- # before PyInstaller builds the exe, so as to inject date/other infos into it.
119- * .manifest
120- * .spec
121-
122- # Installer logs
12376pip-log.txt
12477pip-delete-this-directory.txt
78+ installation_log.txt
12579
126- # Unit test / coverage reports
127- htmlcov /
128- .tox /
129- .nox /
80+ # Testing and Coverage
81+ # # ----------------------------------------------------------------
13082.coverage
13183.coverage. *
13284.cache
85+ .tox /
86+ .nox /
87+ htmlcov /
13388nosetests.xml
13489coverage.xml
13590* .cover
136- * .py,cover
13791.hypothesis /
13892.pytest_cache /
13993
140- t1.ipynb
141-
142- # Translations
143- * .mo
144- * .pot
145-
146- # Django stuff:
147- * .log
148- local_settings.py
149-
150- # Flask stuff:
151- instance /
152- .webassets-cache
153-
154- # Scrapy stuff:
155- .scrapy
156-
157- # Sphinx documentation
158- docs /_build /
159-
160- # PyBuilder
161- target /
162-
163- # Jupyter Notebook
164- .ipynb_checkpoints
165-
166- # IPython
167- profile_default /
168- ipython_config.py
94+ # Project-specific outputs
95+ # # ----------------------------------------------------------------
96+ HFE_ML_experiments /
97+ catboost_info /
98+ notebooks /catboost_info /
99+ notebooks /best_models_summary.csv
169100
170- # pyenv
101+ # Miscellaneous
102+ # # ----------------------------------------------------------------
103+ * .bak
104+ * .swp
105+ .DS_Store
171106.python-version
172-
173- # pipenv
174- # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
175- # However, in case of collaboration, if having platform-specific dependencies or dependencies
176- # having no cross-platform support, pipenv may install dependencies that don't work, or not
177- # install all needed dependencies.
178- # Pipfile.lock
179-
180- # Poetry
181- # poetry.lock
182-
183- # Pylons
184- .cache /
185-
186- # Salt build
187- # docs build
188- doc /_build /
189-
190- # Folders
191- .idea /
192- .vscode /
193- >>>>>>> 68b72edb1ca57c5b15fc038fd0f5b650fd782b00
194107packages.txt
195- notebooks / best_models_summary.csv
108+ * .env
0 commit comments