Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
175 changes: 110 additions & 65 deletions tutorials/House_Prices_Regression_Interpret.ipynb

Large diffs are not rendered by default.

Binary file removed tutorials/models/boston_model.pt
Binary file not shown.
Binary file added tutorials/models/california_model.pt
Binary file not shown.
4 changes: 2 additions & 2 deletions website/pages/tutorials/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ class TutorialHome extends React.Component {
are more meaningful compared to the vector norms.
Find the tutorial <a href="Bert_SQUAD_Interpret2">here</a>.

<h4>Interpreting a regression model of Boston house prices:</h4>
To demonstrate interpreting regression models we have chosen to look at the Boston house prices dataset.
<h4>Interpreting a regression model of California house prices:</h4>
To demonstrate interpreting regression models we have chosen to look at the California house prices dataset.
Using Captum and a variety of attribution methods, we evaluate feature importance as well as internal attribution to understand
the network function. Find the tutorial <a href="House_Prices_Regression_Interpret">here</a>.

Expand Down
2 changes: 1 addition & 1 deletion website/tutorials.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{
"id": "House_Prices_Regression_Interpret",
"title": "Interpreting a regression model of Boston house prices"
"title": "Interpreting a regression model of California house prices"
},
{
"id": "Segmentation_Interpret",
Expand Down