Skip to content

Commit 9f735a2

Browse files
authored
Merge pull request aws#13 from awslabs/arpin_xgboostchurn_linearforecast
Arpin xgboostchurn linearforecast
2 parents df47b11 + c738ba6 commit 9f735a2

21 files changed

+5060
-89
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
# Amazon _IRONMAN_ Notebooks
1+
# Amazon SageMaker Examples
22

3-
This repository contains example notebooks showing how to apply machine learning and deep learning in Amazon [_IRONMAN_](https://aws.amazon.com/amazon-ai/).
3+
This repository contains example notebooks that show how to apply machine learning and deep learning in Amazon SageMaker(https://aws.amazon.com/amazon-ai/).
44

55
## Examples
66

77
### Introduction to Applying Machine Learning
88

9-
- [XGBoost for Direct Marketing](xgboost_direct_marketing)
9+
- [XGBoost for Direct Marketing](xgboost_direct_marketing) targets potential customers that are most likely to convert based on customer and aggregate level metrics.
10+
- [PCA and k-means for Movie Clustering](pca_kmeans_movie_clustering) creates clusters of movies based on genre, ratings, and other characteristics.
1011

1112
### Amazon Algorithms - Basic Functionality
1213

1314
### Amazon Algorithms - Scientific Detail
1415

15-
### Advanced _IRONMAN_ Functionality
16+
### Advanced Amazon SageMaker Functionality
1617

17-
- [Installing the R Kernel](install_r_kernel)
18+
- [Installing the R Kernel](install_r_kernel) shows how to install the R kernel into an Amazon SageMaker Notebook Instance.
19+
- [Bring Your Own Model for k-means](kmeans_bring_your_own_model) shows how to take a model that's been fit elsewhere and use Amazon SageMaker containers to host.
20+
- [Bring Your Own Algorithm with R](r_bring_your_own) shows how to bring your own algorithm container to Amazon SageMaker using the R language.

kmeans_bring_your_own_model/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Bring Your Own Model (k-means)
2+
3+
*kmeans_bring_your_own_model.ipynb:* shows how to fit a k-means model in scikit-learn and then inject it into Amazon SageMaker's first party k-means container for scoring. This addresses the use case where a customer has already trained their model outside of Amazon SageMaker, but wishes to host it for predictions within Amazon SageMaker.

0 commit comments

Comments
 (0)