ken 3 年 前
コミット
59374f380d
2 ファイル変更229 行追加188 行削除
  1. 39 0
      logs.log
  2. 190 188
      model_xgboost.ipynb

+ 39 - 0
logs.log

@@ -19377,3 +19377,42 @@
 2022-02-07 10:54:41,221:ERROR:(Process Exit): setup has been interupted with user command 'quit'. setup must rerun.
 2022-02-07 10:54:41,222:INFO:Creating global containers
 2022-02-07 10:54:41,224:INFO:Internal pipeline: Pipeline(memory=None, steps=[('empty_step', 'passthrough')], verbose=False)
+2022-02-07 10:55:08,904:WARNING:Couldn't import cuml.linear_model.LogisticRegression
+2022-02-07 10:55:08,938:WARNING:Couldn't import cuml.neighbors.KNeighborsClassifier
+2022-02-07 10:55:08,940:WARNING:Couldn't import cuml.MBSGDClassifier
+2022-02-07 10:55:08,941:WARNING:Couldn't import cuml.svm.SVC
+2022-02-07 10:55:08,962:WARNING:Couldn't import cuml.linear_model
+2022-02-07 10:55:08,966:WARNING:Couldn't import cuml.ensemble
+2022-02-07 10:55:09,417:WARNING:Couldn't import cuml.linear_model.LogisticRegression
+2022-02-07 10:55:09,478:WARNING:Couldn't import cuml.neighbors.KNeighborsClassifier
+2022-02-07 10:55:09,479:WARNING:Couldn't import cuml.MBSGDClassifier
+2022-02-07 10:55:09,481:WARNING:Couldn't import cuml.svm.SVC
+2022-02-07 10:55:09,513:WARNING:Couldn't import cuml.linear_model
+2022-02-07 10:55:09,517:WARNING:Couldn't import cuml.ensemble
+2022-02-07 10:55:09,637:INFO:Creating grid variables
+2022-02-07 10:55:09,651:INFO:create_model_container: 0
+2022-02-07 10:55:09,651:INFO:master_model_container: 0
+2022-02-07 10:55:09,651:INFO:display_container: 1
+2022-02-07 10:55:09,657:INFO:Pipeline(memory=None,
+         steps=[('dtypes',
+                 DataTypes_Auto_infer(categorical_features=[],
+                                      display_types=True, features_todrop=[],
+                                      id_columns=[],
+                                      ml_usecase='classification',
+                                      numerical_features=[], target='label',
+                                      time_features=[])),
+                ('imputer',
+                 Simple_Imputer(categorical_strategy='not_available',
+                                fill_value_categorical=None,
+                                fill_value_numerical=None,
+                                numeric_strate...
+                                                  target='label')),
+                ('P_transform', 'passthrough'), ('binn', 'passthrough'),
+                ('rem_outliers', 'passthrough'), ('cluster_all', 'passthrough'),
+                ('dummy', Dummify(target='label')),
+                ('fix_perfect', Remove_100(target='label')),
+                ('clean_names', Clean_Colum_Names()),
+                ('feature_select', 'passthrough'), ('fix_multi', 'passthrough'),
+                ('dfs', 'passthrough'), ('pca', 'passthrough')],
+         verbose=False)
+2022-02-07 10:55:09,657:INFO:setup() succesfully completed......................................

ファイルの差分が大きいため隠しています
+ 190 - 188
model_xgboost.ipynb


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません