Skip to content

Commit 7bef4e9

Browse files
committed
update links to main branch
1 parent 2ce70d3 commit 7bef4e9

15 files changed

Lines changed: 17 additions & 17 deletions

docs/interpret/deployment-guide.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"pip install interpret-core[debug,notebook,plotly,lime,sensitivity,shap,linear,skoperules,treeinterpreter,aplr,dash,testing]\n",
7474
"```\n",
7575
"\n",
76-
"- `interpret` utilizing `interpret-core` tags found [here](https://github.com/interpretml/interpret/blob/develop/python/interpret/setup.py).\n",
77-
"- `interpret-core` extra tags found [here](https://github.com/interpretml/interpret/blob/develop/python/interpret-core/setup.py)."
76+
"- `interpret` utilizing `interpret-core` tags found [here](https://github.com/interpretml/interpret/blob/main/python/interpret/setup.py).\n",
77+
"- `interpret-core` extra tags found [here](https://github.com/interpretml/interpret/blob/main/python/interpret-core/setup.py)."
7878
]
7979
}
8080
],

docs/interpret/faq.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
"\n",
267267
"<h2>I have a great idea, how can I contribute?</h2>\n",
268268
"\n",
269-
"If you have code you'd like to commit, make sure you read the [contributing guidelines](https://github.com/interpretml/interpret/blob/master/CONTRIBUTING.md), and send us a pull request.\n",
269+
"If you have code you'd like to commit, make sure you read the [contributing guidelines](https://github.com/interpretml/interpret/blob/main/CONTRIBUTING.md), and send us a pull request.\n",
270270
"\n",
271271
"If you'd like to request a new feature or discuss any ideas, just raise a [GitHub issue](https://github.com/interpretml/interpret/issues)."
272272
]

docs/interpret/python/examples/custom-interactions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"In this notebook we will disable the automatic interaction detection built into the interpret API and instead detect the interactions ourselves and then incorporate them into the EBM. We will also detect and use 3-way interactions, which are typically not needed, but can sometimes be useful.\n",
1515
"\n",
16-
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/develop/docs/interpret/python/examples) on GitHub."
16+
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/main/docs/interpret/python/examples) on GitHub."
1717
]
1818
},
1919
{

docs/interpret/python/examples/differential-privacy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"In this notebook we will build differentially private EBMs and compare them to regular EBMs.\n",
1515
"\n",
16-
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/develop/docs/interpret/python/examples) on GitHub."
16+
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/main/docs/interpret/python/examples) on GitHub."
1717
]
1818
},
1919
{

docs/interpret/python/examples/explain-blackbox-classifiers.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"In this notebook we will use the interpret package to explain blackbox classifiers using SHAP, Lime, MorrisSensitivity, and PartialDependence.\n",
1515
"\n",
16-
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/develop/docs/interpret/python/examples) on GitHub."
16+
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/main/docs/interpret/python/examples) on GitHub."
1717
]
1818
},
1919
{

docs/interpret/python/examples/explain-blackbox-regressors.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"In this notebook we will use the interpret package to explain blackbox regressors using SHAP, Lime, MorrisSensitivity, and PartialDependence.\n",
1515
"\n",
16-
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/develop/docs/interpret/python/examples) on GitHub."
16+
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/main/docs/interpret/python/examples) on GitHub."
1717
]
1818
},
1919
{

docs/interpret/python/examples/group-importances.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"\n",
1616
"Throughout the notebook we use _term_ to denote both single features and interactions (pairs).\n",
1717
"\n",
18-
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/develop/docs/interpret/python/examples) on GitHub."
18+
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/main/docs/interpret/python/examples) on GitHub."
1919
]
2020
},
2121
{

docs/interpret/python/examples/interpretable-classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"In this notebook we will fit classification explainable boosting machine (EBM), LogisticRegression, and ClassificationTree models. After fitting them, we will use their glassbox nature to understand their global and local explanations.\n",
1515
"\n",
16-
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/develop/docs/interpret/python/examples) on GitHub."
16+
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/main/docs/interpret/python/examples) on GitHub."
1717
]
1818
},
1919
{

docs/interpret/python/examples/interpretable-regression-synthetic.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"In this demonstration notebook, we are going to create an Explainable Boosting Machine (EBM) using a specially designed synthetic dataset. Our control over the data generation process allows us to visually assess how well the EBM is able to recover the original functions that were used to create the data. To understand how the synthetic dataset was generated, you can examine the full code on GitHub. This will provide insights into the underlying functions we are trying to recover. The full dataset generation code can be found in: [**_synthetic generation code_**](https://github.com/interpretml/interpret/blob/develop/python/interpret-core/interpret/utils/_synthetic.py)\n",
1515
"\n",
16-
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/develop/docs/interpret/python/examples) on GitHub."
16+
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/main/docs/interpret/python/examples) on GitHub."
1717
]
1818
},
1919
{

docs/interpret/python/examples/interpretable-regression.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"In this notebook we will fit regression explainable boosting machine (EBM), LinearRegression, and RegressionTree models. After fitting them, we will use their glassbox nature to understand their global and local explanations.\n",
1515
"\n",
16-
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/develop/docs/interpret/python/examples) on GitHub."
16+
"This notebook can be found in our [**_examples folder_**](https://github.com/interpretml/interpret/tree/main/docs/interpret/python/examples) on GitHub."
1717
]
1818
},
1919
{

0 commit comments

Comments
 (0)