Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SageMaker Autopilot and Neo4j portfolio churn notebook. #3505

Merged
merged 46 commits into from
Aug 19, 2022
Merged
Show file tree
Hide file tree
Changes from 45 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
7f3da4b
Add SageMaker Autopilot and Neo4j portfolio churn notebook.
benofben Jul 18, 2022
8e4be65
update table of contents for graph embedding notebook
benofben Jul 18, 2022
4f477dd
correct link
benofben Jul 18, 2022
0eeb028
newline
benofben Jul 18, 2022
3cda907
note on edgar, s3
benofben Jul 18, 2022
3465e17
notes on ASG
benofben Jul 18, 2022
4245886
url anonymized
benofben Jul 18, 2022
ba904e6
spelling
benofben Jul 18, 2022
285833f
use s3
benofben Jul 18, 2022
0d4b0b4
spelling
benofben Jul 18, 2022
f0fad20
name for link
benofben Jul 18, 2022
b8ab7f3
comment drop
benofben Jul 18, 2022
9d6faa0
formatting
benofben Jul 18, 2022
ad389a1
20 minutes
benofben Jul 18, 2022
780a33f
more descriptive va name
benofben Jul 18, 2022
ff7fb7c
branding issues
benofben Jul 18, 2022
0b596a7
remove extra comment
benofben Jul 19, 2022
8c8dfe8
note on validation
benofben Jul 19, 2022
69358e8
conclusion
benofben Jul 19, 2022
e86c5a3
no more '
benofben Jul 19, 2022
403ce5d
brackets on URL
benofben Jul 20, 2022
d035018
black-nb -l 100 sagemaker_autopilot_neo4j_portfolio_churn.ipynb
benofben Jul 20, 2022
b9cc233
incorporate Julia changes to downloadNotebook function
benofben Jul 20, 2022
ea38f79
performance issue
benofben Jul 20, 2022
45f5a37
working with large notebook
benofben Jul 21, 2022
b0c8680
clear outputs. run linter one more time
benofben Jul 21, 2022
25bac50
typo
benofben Jul 21, 2022
83f3a5e
render link
benofben Jul 21, 2022
a9e9dbe
format
benofben Jul 21, 2022
3f3fef1
remove link
benofben Jul 21, 2022
66a2801
insert link
benofben Jul 21, 2022
71e8d37
no dash
benofben Jul 21, 2022
d63d9fa
fiddling w link
benofben Jul 21, 2022
d4b9e57
maybe it's a bad character escape?
benofben Jul 21, 2022
72f8b01
AutoPilot caps
benofben Jul 21, 2022
39fe8eb
camel case SageMaker
benofben Jul 21, 2022
2f3a74d
bucket specfics
benofben Jul 21, 2022
3775d91
Bump version to 4.4.9 from 4.4.8
benofben Aug 10, 2022
c249a74
add stack name, disk size
benofben Aug 10, 2022
8adb0b5
Merge branch 'aws:main' into main
benofben Aug 17, 2022
db9d5a9
add note per Aramide on stack delete.
benofben Aug 18, 2022
be790a4
Merge branch 'main' of https://github.com/benofben/amazon-sagemaker-e…
benofben Aug 18, 2022
d4e44e1
note
benofben Aug 18, 2022
7f62803
typos
benofben Aug 18, 2022
94f0731
Merge branch 'main' into main
benofben Aug 19, 2022
f5f21be
Merge branch 'main' into main
jkroll-aws Aug 19, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ These examples introduce SageMaker Autopilot. Autopilot automatically performs f
- [Customer Churn AutoML](autopilot/) shows how to use SageMaker Autopilot to automatically train a model for the [Predicting Customer Churn](introduction_to_applying_machine_learning/xgboost_customer_churn) task.
- [Targeted Direct Marketing AutoML](autopilot/) shows how to use SageMaker Autopilot to automatically train a model.
- [Housing Prices AutoML](sagemaker-autopilot/housing_prices) shows how to use SageMaker Autopilot for a linear regression problem (predict housing prices).
- [Portfolio Churn Prediction with Amazon SageMaker Autopilot and Neo4j](autopilot/sagemaker_autopilot_neo4j_portfolio_churn.ipynb) shows how to use SageMaker Autopilot with graph embeddings to predict investment portfolio churn.

### Introduction to Amazon Algorithms

Expand Down
1 change: 1 addition & 0 deletions autopilot/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Get started with Autopilot

sagemaker_autopilot_direct_marketing
sagemaker_autopilot_abalone_parquet_input
sagemaker_autopilot_neo4j_portfolio_churn

benofben marked this conversation as resolved.
Show resolved Hide resolved

Feature selection
Expand Down
Loading