Skip to content

Commit 4a1e658

Browse files
authored
359 add api example notebook for interactionvalues (mmschlk#419)
* docs: first draft for InteractionValues notebook * Added ChangeLog entry * docs: Improved Writing and Structure
1 parent 0a5e03a commit 4a1e658

2 files changed

Lines changed: 527 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ This restructuring aims to improve maintainability and development scalability.
1515
### Removed Features
1616
- removes the ability to load `InteractionValues` from pickle files. This is now deprecated and will be removed in the next release. Use `InteractionValues.save(..., as_json=True)` to save interaction values as JSON files instead. [#413](https://github.com/mmschlk/shapiq/issues/413)
1717

18+
### Docs
19+
- added an example notebook for `InteractionValues`, highlighting *Initialisation*, *Modification*, *Visualization* and *Save and Loading*.
20+
1821
## v1.3.1 (2025-07-11)
1922

2023
### New Features

0 commit comments

Comments
 (0)