Skip to content

Commit 26dd0d8

Browse files
authored
Merge pull request #82 from awslabs/arpin_ensemble_move
Arpin ensemble move
2 parents a75ab19 + c7acca5 commit 26dd0d8

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ These examples provide a gentle introduction to machine learning concepts as the
1212
- [Predicting Customer Churn](introduction_to_applying_machine_learning/xgboost_customer_churn) uses customer interaction and service usage data to find those most likely to churn, and then walks through the cost/benefit trade-offs of providing retention incentives. This uses Amazon SageMaker's implementation of [XGBoost](https://github.com/dmlc/xgboost) to create a highly predictive model.
1313
- [Time-series Forecasting](introduction_to_applying_machine_learning/linear_time_series_forecast) generates a forecast for topline product demand using Amazon SageMaker's Linear Learner algorithm.
1414
- [Cancer Prediction](introduction_to_applying_machine_learning/breast_cancer_prediction) predicts Breast Cancer based on features derived from images, using SageMaker's Linear Learner.
15+
- [Ensembling](introduction_to_applying_machine_learning/ensemble_modeling) predicts income using two Amazon SageMaker models to show the advantages in ensembling.
1516

1617
### Introduction to Amazon Algorithms
1718

0 commit comments

Comments
 (0)