Skip to content

Commit 3912912

Browse files
Merge pull request #2998 from sfc-gh-dshemsi/master
fix all github links for fork repo
2 parents 21dbb48 + b5abe8d commit 3912912

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

site/sfguides/src/healthcare-ml-breast-cancer-classification/healthcare-ml-breast-cancer-classification.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories: snowflake-site:taxonomy/product/ai, snowflake-site:taxonomy/product/
66
environments: web
77
status: Published
88
feedback link: https://github.com/Snowflake-Labs/sfguides/issues
9-
fork repo link: https://github.com/sfquickstarts/tree/master/site/sfguides/src/healthcare-ml-breast-cancer-classification
9+
fork repo link: https://github.com/Snowflake-Labs/sfquickstarts/tree/master/site/sfguides/src/healthcare-ml-breast-cancer-classification
1010

1111

1212
# Healthcare ML: Breast Cancer Classification with XGBoost
@@ -71,7 +71,7 @@ Part 1 does not require any setup script. You only need to create a service and
7171

7272
Download the first notebook to your local machine:
7373

74-
1. Click this link: [0_start_here.ipynb](https://github.com/sfquickstarts/blob/master/site/sfguides/src/healthcare-ml-breast-cancer-classification/notebooks/0_start_here.ipynb)
74+
1. Click this link: [0_start_here.ipynb](https://github.com/Snowflake-Labs/sfquickstarts/blob/master/site/sfguides/src/healthcare-ml-breast-cancer-classification/notebooks/0_start_here.ipynb)
7575
2. On the GitHub page, click the **Download raw file** button (download icon in the top right)
7676
3. Save the `.ipynb` file to your computer
7777

@@ -292,6 +292,8 @@ Part 2 deploys the trained model to Snowflake Model Registry. This requires runn
292292

293293
### Run the Setup Script
294294

295+
Download the [setup.sql](https://github.com/Snowflake-Labs/sfquickstarts/blob/master/site/sfguides/src/healthcare-ml-breast-cancer-classification/scripts/setup.sql) script and run it as **ACCOUNTADMIN** in a new SQL file in **Projects** > **Workspaces**, or copy and paste the script below.
296+
295297
1. Open Snowflake and navigate to **Projects** > **Workspaces**
296298
2. Click **Add new** > **Upload Files** to upload the notebook
297299

@@ -371,7 +373,7 @@ This will create:
371373

372374
Download the second notebook to your local machine:
373375

374-
1. Click this link: [1_snowflake_deployment.ipynb](https://github.com/sfquickstarts/blob/master/site/sfguides/src/healthcare-ml-breast-cancer-classification/notebooks/1_snowflake_deployment.ipynb)
376+
1. Click this link: [1_snowflake_deployment.ipynb](https://github.com/Snowflake-Labs/sfquickstarts/blob/master/site/sfguides/src/healthcare-ml-breast-cancer-classification/notebooks/1_snowflake_deployment.ipynb)
375377
2. On the GitHub page, click the **Download raw file** button
376378
3. Save the `.ipynb` file to your computer
377379

@@ -463,7 +465,7 @@ When you're finished with the guide, remove all created resources to avoid incur
463465

464466
### Run the Teardown Script
465467

466-
Run the [teardown.sql](https://github.com/sfquickstarts/blob/master/site/sfguides/src/healthcare-ml-breast-cancer-classification/scripts/teardown.sql) script as **ACCOUNTADMIN** in a new SQL file in **Projects** > **Workspaces**.
468+
Run the [teardown.sql](https://github.com/Snowflake-Labs/sfquickstarts/blob/master/site/sfguides/src/healthcare-ml-breast-cancer-classification/scripts/teardown.sql) script as **ACCOUNTADMIN** in a new SQL file in **Projects** > **Workspaces**.
467469

468470
> NOTE:
469471
> This will permanently delete all data and resources created during the guide, including any models registered in the Snowflake Model Registry under the `HEALTHCARE_ML` database.
@@ -490,7 +492,7 @@ Congratulations! You've built a complete end-to-end ML workflow for breast cance
490492

491493
### Related Resources
492494

493-
- [GitHub Repository — Complete Code and Notebooks](https://github.com/sfquickstarts/tree/master/site/sfguides/src/healthcare-ml-breast-cancer-classification)
495+
- [GitHub Repository — Complete Code and Notebooks](https://github.com/Snowflake-Labs/sfquickstarts/tree/master/site/sfguides/src/healthcare-ml-breast-cancer-classification)
494496
- [Snowflake Notebooks in Workspaces](https://docs.snowflake.com/en/user-guide/ui-snowsight/notebooks-in-workspaces/notebooks-in-workspaces-overview)
495497
- [Snowflake Model Registry Documentation](https://docs.snowflake.com/en/developer-guide/snowflake-ml/model-registry/overview)
496498
- [Snowflake ML for Python](https://docs.snowflake.com/en/developer-guide/snowpark-ml/index)

0 commit comments

Comments
 (0)