SoloWayG commited on
Commit
f03c2cd
·
verified ·
1 Parent(s): f2eeaf5

Add model for Alzheimer case with regression problem.

Browse files
ML_models/trained_data_Alzheimer_regression/fitted_operations/operation_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c64a54a18b260759550406c1b77648f0e5fb0700fedaa82626cefb92657bbc1
3
- size 12229009
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4492ecd6e1104ca5ea7605b97b6443b395895496a936fbbacad62d2238f5d02
3
+ size 12246865
ML_models/trained_data_Alzheimer_regression/fitted_operations/operation_2.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:948b7a00514ee4d61793d16d04021cce36a6c6763be73aa33b58ad8c5205b4a9
3
+ size 2152335
ML_models/trained_data_Alzheimer_regression/trained_data_Alzheimer_regression.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "total_pipeline_operations": [
3
  "scaling",
 
4
  "rfr"
5
  ],
6
  "depth": 2,
@@ -18,18 +19,48 @@
18
  ],
19
  "rating": null
20
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  {
22
  "operation_id": 0,
23
  "operation_type": "rfr",
24
  "operation_name": "RandomForestRegressor",
25
  "custom_params": {
26
- "n_jobs": 28
 
 
 
 
27
  },
28
  "params": {
29
- "n_jobs": 28
 
 
 
 
30
  },
31
  "nodes_from": [
32
- 1
 
33
  ],
34
  "fitted_operation_path": [
35
  "fitted_operations",
@@ -42,5 +73,5 @@
42
  "preprocessing",
43
  "data_preprocessor.pkl"
44
  ],
45
- "descriptive_id": "(/n_scaling;)/n_rfr_{'n_jobs': 28}"
46
  }
 
1
  {
2
  "total_pipeline_operations": [
3
  "scaling",
4
+ "isolation_forest_reg",
5
  "rfr"
6
  ],
7
  "depth": 2,
 
19
  ],
20
  "rating": null
21
  },
22
+ {
23
+ "operation_id": 2,
24
+ "operation_type": "isolation_forest_reg",
25
+ "operation_name": "IsolationForestRegImplementation",
26
+ "custom_params": {
27
+ "bootstrap": false,
28
+ "max_features": 0.9601965662092746,
29
+ "max_samples": 0.8070094168093943
30
+ },
31
+ "params": {
32
+ "bootstrap": false,
33
+ "max_features": 0.9601965662092746,
34
+ "max_samples": 0.8070094168093943
35
+ },
36
+ "nodes_from": [],
37
+ "fitted_operation_path": [
38
+ "fitted_operations",
39
+ "operation_2.pkl"
40
+ ],
41
+ "rating": null
42
+ },
43
  {
44
  "operation_id": 0,
45
  "operation_type": "rfr",
46
  "operation_name": "RandomForestRegressor",
47
  "custom_params": {
48
+ "n_jobs": 28,
49
+ "bootstrap": true,
50
+ "max_features": 0.5992052825182755,
51
+ "min_samples_leaf": 1,
52
+ "min_samples_split": 2
53
  },
54
  "params": {
55
+ "n_jobs": 28,
56
+ "bootstrap": true,
57
+ "max_features": 0.5992052825182755,
58
+ "min_samples_leaf": 1,
59
+ "min_samples_split": 2
60
  },
61
  "nodes_from": [
62
+ 1,
63
+ 2
64
  ],
65
  "fitted_operation_path": [
66
  "fitted_operations",
 
73
  "preprocessing",
74
  "data_preprocessor.pkl"
75
  ],
76
+ "descriptive_id": "(/n_isolation_forest_reg_{'bootstrap': False, 'max_features': 0.9601965662092746, 'max_samples': 0.8070094168093943};;/n_scaling;)/n_rfr_{'n_jobs': 28, 'bootstrap': True, 'max_features': 0.5992052825182755, 'min_samples_leaf': 1, 'min_samples_split': 2}"
77
  }