File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 3
3
Starting with v1.31.6, this file will contain a record of major features and updates made in each release of graph-notebook.
4
4
5
5
## Upcoming
6
+ - New Neptune ML notebook - Real Time Fraud Detection using Inductive Inference ([ Link to PR] ( https://github.com/aws/graph-notebook/pull/338 ) )
7
+ - Path: 04-Machine-Learning > Sample-Applications > 03-Real-Time-Fraud-Detection-Using-Inductive-Inference.ipynb
6
8
7
9
## Release 3.7.1 (January 25, 2023)
8
10
- Added ECR auto-publish workflow ([ Link to PR] ( https://github.com/aws/graph-notebook/pull/405 ) )
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ def test_no_extra_notebooks(self):
52
52
f'{ NOTEBOOK_BASE_DIR } /04-Machine-Learning/Neptune-ML-SPARQL/Neptune-ML-03-Introduction-to-Link-Prediction-SPARQL.ipynb' ,
53
53
f'{ NOTEBOOK_BASE_DIR } /04-Machine-Learning/Sample-Applications/01-People-Analytics/People-Analytics-using-Neptune-ML.ipynb' ,
54
54
f'{ NOTEBOOK_BASE_DIR } /04-Machine-Learning/Sample-Applications/02-Job-Recommendation-Text-Encoding.ipynb' ,
55
+ f'{ NOTEBOOK_BASE_DIR } /04-Machine-Learning/Sample-Applications/03-Real-Time-Fraud-Detection-Using-Inductive-Inference.ipynb' ,
55
56
f'{ NOTEBOOK_BASE_DIR } /05-Data-Science/00-Identifying-Fraud-Rings-Using-Social-Network-Analytics.ipynb' ,
56
57
f'{ NOTEBOOK_BASE_DIR } /05-Data-Science/01-Identifying-1st-Person-Synthetic-Identity-Fraud-Using-Graph-Similarity.ipynb' ,
57
58
f'{ NOTEBOOK_BASE_DIR } /05-Data-Science/02-Logistics-Analysis-using-a-Transportation-Network.ipynb' ,
You can’t perform that action at this time.
0 commit comments