-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/ensure
Created by
is set in Experiment Tracking (#937)
* fill in the field and add a couple runs to show it Signed-off-by: Tynan DeBold <[email protected]> * add release note Signed-off-by: Tynan DeBold <[email protected]> * fix stlying inconsistency on exp tracking run titles Signed-off-by: Tynan DeBold <[email protected]>
- Loading branch information
1 parent
de8cdb8
commit 399ddee
Showing
12 changed files
with
57 additions
and
1 deletion.
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
6 changes: 6 additions & 0 deletions
6
demo-project/data/09_tracking/linear_params.json/2022-06-22T13.06.42.364Z/linear_params.json
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model_type": "LinearRegression", | ||
"fit_intercept": true, | ||
"copy_X": true, | ||
"positive": false | ||
} |
6 changes: 6 additions & 0 deletions
6
demo-project/data/09_tracking/linear_params.json/2022-06-22T13.13.06.258Z/linear_params.json
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model_type": "LinearRegression", | ||
"fit_intercept": true, | ||
"copy_X": true, | ||
"positive": false | ||
} |
3 changes: 3 additions & 0 deletions
3
demo-project/data/09_tracking/linear_score.json/2022-06-22T13.06.42.364Z/linear_score.json
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"r2_score": 0.40296896595214116 | ||
} |
3 changes: 3 additions & 0 deletions
3
demo-project/data/09_tracking/linear_score.json/2022-06-22T13.13.06.258Z/linear_score.json
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"r2_score": 0.40296896595214116 | ||
} |
15 changes: 15 additions & 0 deletions
15
demo-project/data/09_tracking/rf_params.json/2022-06-22T13.06.42.364Z/rf_params.json
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"model_type": "RandomForestRegressor", | ||
"n_estimators": 100, | ||
"criterion": "squared_error", | ||
"min_samples_split": 2, | ||
"min_samples_leaf": 1, | ||
"min_weight_fraction_leaf": 0, | ||
"max_features": "auto", | ||
"min_impurity_decrease": 0, | ||
"bootstrap": true, | ||
"oob_score": false, | ||
"verbose": 0, | ||
"warm_start": false, | ||
"ccp_alpha": 0 | ||
} |
15 changes: 15 additions & 0 deletions
15
demo-project/data/09_tracking/rf_params.json/2022-06-22T13.13.06.258Z/rf_params.json
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"model_type": "RandomForestRegressor", | ||
"n_estimators": 100, | ||
"criterion": "squared_error", | ||
"min_samples_split": 2, | ||
"min_samples_leaf": 1, | ||
"min_weight_fraction_leaf": 0, | ||
"max_features": "auto", | ||
"min_impurity_decrease": 0, | ||
"bootstrap": true, | ||
"oob_score": false, | ||
"verbose": 0, | ||
"warm_start": false, | ||
"ccp_alpha": 0 | ||
} |
3 changes: 3 additions & 0 deletions
3
demo-project/data/09_tracking/rf_score.json/2022-06-22T13.06.42.364Z/rf_score.json
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"r2_score": 0.4084434438644098 | ||
} |
3 changes: 3 additions & 0 deletions
3
demo-project/data/09_tracking/rf_score.json/2022-06-22T13.13.06.258Z/rf_score.json
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"r2_score": 0.42273401064875815 | ||
} |
Binary file not shown.
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