From 22f23c5f767fb62c9be1b07a76fe4139ad8104b7 Mon Sep 17 00:00:00 2001 From: Michael Chin Date: Fri, 3 Feb 2023 16:33:21 -0800 Subject: [PATCH] Unit test and changelog modification for #417 --- ChangeLog.md | 2 ++ test/unit/notebooks/test_validate_notebooks.py | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index ad59b8c9..dbb24b28 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,8 @@ Starting with v1.31.6, this file will contain a record of major features and updates made in each release of graph-notebook. ## Upcoming +- New Neptune ML notebook - Real Time Fraud Detection using Inductive Inference ([Link to PR](https://github.com/aws/graph-notebook/pull/338)) + - Path: 04-Machine-Learning > Sample-Applications > 03-Real-Time-Fraud-Detection-Using-Inductive-Inference.ipynb ## Release 3.7.1 (January 25, 2023) - Added ECR auto-publish workflow ([Link to PR](https://github.com/aws/graph-notebook/pull/405)) diff --git a/test/unit/notebooks/test_validate_notebooks.py b/test/unit/notebooks/test_validate_notebooks.py index 69f34052..66fdafad 100644 --- a/test/unit/notebooks/test_validate_notebooks.py +++ b/test/unit/notebooks/test_validate_notebooks.py @@ -52,6 +52,7 @@ def test_no_extra_notebooks(self): f'{NOTEBOOK_BASE_DIR}/04-Machine-Learning/Neptune-ML-SPARQL/Neptune-ML-03-Introduction-to-Link-Prediction-SPARQL.ipynb', f'{NOTEBOOK_BASE_DIR}/04-Machine-Learning/Sample-Applications/01-People-Analytics/People-Analytics-using-Neptune-ML.ipynb', f'{NOTEBOOK_BASE_DIR}/04-Machine-Learning/Sample-Applications/02-Job-Recommendation-Text-Encoding.ipynb', + f'{NOTEBOOK_BASE_DIR}/04-Machine-Learning/Sample-Applications/03-Real-Time-Fraud-Detection-Using-Inductive-Inference.ipynb', f'{NOTEBOOK_BASE_DIR}/05-Data-Science/00-Identifying-Fraud-Rings-Using-Social-Network-Analytics.ipynb', f'{NOTEBOOK_BASE_DIR}/05-Data-Science/01-Identifying-1st-Person-Synthetic-Identity-Fraud-Using-Graph-Similarity.ipynb', f'{NOTEBOOK_BASE_DIR}/05-Data-Science/02-Logistics-Analysis-using-a-Transportation-Network.ipynb',