SoloWayG commited on
Commit
548e75d
·
verified ·
1 Parent(s): 01ed062

Add model for Alzheimer case with regression problem.

Browse files
ML_models/trained_data_Alzheimer_regression/fitted_operations/operation_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c64a54a18b260759550406c1b77648f0e5fb0700fedaa82626cefb92657bbc1
3
+ size 12229009
ML_models/trained_data_Alzheimer_regression/fitted_operations/operation_1.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:639a4cd3f64084d8778b866efe4ae73909b54482b02b71ca1d6ed6c4fe97a31b
3
+ size 6447
ML_models/trained_data_Alzheimer_regression/preprocessing/data_preprocessor.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:244ea8a040ca5a0b7a9d3a05cd19f5a3f140314007631cf3e462fd348ed513e8
3
+ size 320140
ML_models/trained_data_Alzheimer_regression/trained_data_Alzheimer_regression.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_pipeline_operations": [
3
+ "scaling",
4
+ "rfr"
5
+ ],
6
+ "depth": 2,
7
+ "nodes": [
8
+ {
9
+ "operation_id": 1,
10
+ "operation_type": "scaling",
11
+ "operation_name": "ScalingImplementation",
12
+ "custom_params": {},
13
+ "params": {},
14
+ "nodes_from": [],
15
+ "fitted_operation_path": [
16
+ "fitted_operations",
17
+ "operation_1.pkl"
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",
36
+ "operation_0.pkl"
37
+ ],
38
+ "rating": null
39
+ }
40
+ ],
41
+ "preprocessing": [
42
+ "preprocessing",
43
+ "data_preprocessor.pkl"
44
+ ],
45
+ "descriptive_id": "(/n_scaling;)/n_rfr_{'n_jobs': 28}"
46
+ }