浏览代码

Updated results for time feature encoding

WillKoehrsen 6 年之前
父节点
当前提交
ef853cc4bb
共有 4 个文件被更改,包括 2448 次插入214500 次删除
  1. 1 1
      .gitignore
  2. 6 0
      .vscode/settings.json
  3. 2353 0
      time_features/results/random_forest_model.csv
  4. 88 214499
      time_features/time-features.ipynb

+ 1 - 1
.gitignore

@@ -1,5 +1,5 @@
 *.pyc
-*__pycache__
+*__pycache__*
 *DS_Store
 medium/data/*_files
 *.zip

+ 6 - 0
.vscode/settings.json

@@ -0,0 +1,6 @@
+{
+    "python.unitTest.promptToConfigure": false,
+    "python.unitTest.pyTestEnabled": false,
+    "python.unitTest.unittestEnabled": false,
+    "python.unitTest.nosetestsEnabled": false
+}

文件差异内容过多而无法显示
+ 2353 - 0
time_features/results/random_forest_model.csv


文件差异内容过多而无法显示
+ 88 - 214499
time_features/time-features.ipynb