-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from ThiagoPanini/docs-linreg
Updating docs on LinearRegressor class on trainer module
- Loading branch information
Showing
22 changed files
with
706 additions
and
651 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+1.96 KB
(100%)
examples/linear_regression/output/imgs/feature_importances.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
model,approach,mae,mse,rmse,r2,total_time,anomesdia_datetime | ||
LinearRegression,Treino 5 K-folds,0.096,0.043,0.188,0.713,0.922,2021-04-21 20:59:16.814030 | ||
LinearRegression,Validation set,0.092,0.019,0.139,0.896,0.002,2021-04-21 20:59:16.814030 | ||
DecisionTreeRegressor,Treino 5 K-folds,0.152,0.047,0.216,0.686,0.486,2021-04-21 20:59:16.814030 | ||
DecisionTreeRegressor,Validation set,0.147,0.042,0.206,0.773,0.001,2021-04-21 20:59:16.814030 | ||
Lasso,Treino 5 K-folds,0.189,0.065,0.254,0.572,0.213,2021-04-21 20:59:16.814030 | ||
Lasso,Validation set,0.201,0.08,0.283,0.569,0.003,2021-04-21 20:59:16.814030 | ||
Ridge,Treino 5 K-folds,0.091,0.02,0.14,0.871,0.244,2021-04-21 20:59:16.814030 | ||
Ridge,Validation set,0.094,0.019,0.138,0.898,0.006,2021-04-21 20:59:16.814030 | ||
ElasticNet,Treino 5 K-folds,0.184,0.062,0.248,0.592,0.192,2021-04-21 20:59:16.814030 | ||
ElasticNet,Validation set,0.194,0.074,0.272,0.604,0.006,2021-04-21 20:59:16.814030 | ||
LinearRegression,Treino 5 K-folds,0.096,0.043,0.188,0.713,0.839,2021-05-10 23:14:37.989762 | ||
LinearRegression,Validation set,0.092,0.019,0.139,0.896,0.008,2021-05-10 23:14:37.989762 | ||
DecisionTreeRegressor,Treino 5 K-folds,0.152,0.047,0.216,0.686,0.468,2021-05-10 23:14:37.989762 | ||
DecisionTreeRegressor,Validation set,0.147,0.042,0.206,0.773,0.001,2021-05-10 23:14:37.989762 | ||
Lasso,Treino 5 K-folds,0.189,0.065,0.254,0.572,0.19,2021-05-10 23:14:37.989762 | ||
Lasso,Validation set,0.201,0.08,0.283,0.569,0.019,2021-05-10 23:14:37.989762 | ||
Ridge,Treino 5 K-folds,0.091,0.02,0.14,0.871,0.285,2021-05-10 23:14:37.989762 | ||
Ridge,Validation set,0.094,0.019,0.138,0.898,0.01,2021-05-10 23:14:37.989762 | ||
ElasticNet,Treino 5 K-folds,0.184,0.062,0.248,0.592,0.298,2021-05-10 23:14:37.989762 | ||
ElasticNet,Validation set,0.194,0.074,0.272,0.604,0.013,2021-05-10 23:14:37.989762 |
528 changes: 264 additions & 264 deletions
528
examples/linear_regression/output/metrics/top_features.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+143 KB
examples/linear_regression/output/models/decisiontreeregressor_20210510.pkl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.66 KB
examples/linear_regression/output/models/linearregression_20210510.pkl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-2.66 KB
examples/multiclass_classifier/output/models/decisiontreeclassifier_20210417.pkl
Binary file not shown.
Binary file removed
BIN
-2.66 KB
examples/multiclass_classifier/output/models/decisiontreeclassifier_20210421.pkl
Binary file not shown.
Binary file removed
BIN
-2.66 KB
examples/multiclass_classifier/output/models/decisiontreeclassifier_20210510.pkl
Binary file not shown.
Binary file removed
BIN
-164 KB
examples/multiclass_classifier/output/models/randomforestclassifier_20210417.pkl
Binary file not shown.
Binary file removed
BIN
-164 KB
examples/multiclass_classifier/output/models/randomforestclassifier_20210421.pkl
Binary file not shown.
Binary file removed
BIN
-164 KB
examples/multiclass_classifier/output/models/randomforestclassifier_20210510.pkl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters