-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #30 Feature Store, Model Reg, AutoGluon
Update initial XGBoost+HPO exercise to briefly mention some exciting newer SageMaker features: Bring in data via SM Feature Store; Compare model versions via SM Model Registry; and show AutoGluon-Tabular algo for high accuracy on tabular datasets. Update this exercise to DSci v3.0 kernel, and the SAM deployment template to use that kernel.
- Loading branch information
Showing
15 changed files
with
2,263 additions
and
1,017 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
1,000 changes: 1,000 additions & 0 deletions
1,000
builtin_algorithm_hpo_tabular/1 Autopilot and XGBoost.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
616 changes: 616 additions & 0 deletions
616
builtin_algorithm_hpo_tabular/2 AutoGluon (Optional).ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
799 changes: 0 additions & 799 deletions
799
builtin_algorithm_hpo_tabular/SageMaker XGBoost HPO.ipynb
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from . import reporting | ||
from . import data |
213 changes: 0 additions & 213 deletions
213
builtin_algorithm_hpo_tabular/util/classification_report.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.