Skip to content

Commit 0f909dc

Browse files
TineClaeysGitHub Enterprise
authored andcommitted
Update README.md
1 parent 970eced commit 0f909dc

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ To explain the model's predictions using SHAP values:
5555

5656
```python
5757
# Visualize the SHAP force plot for the top predicted tissue
58-
marker.visualize_shap_force_plot(tissue_name='Heart')
58+
marker.explainability.visualize_shap_force_plot(tissue_name='Heart')
5959
```
6060

6161
### 3. **Visualizing Radar Chart**
6262

6363
To visualize the contributions of proteins across top predicted tissues:
6464

6565
```python
66-
marker.visualize_radar_chart()
66+
marker.explainability.visualize_radar_chart()
6767
```
6868

6969
## Modules
@@ -106,14 +106,6 @@ We welcome contributions to the **MLMarker** project! If you have improvements,
106106
4. Make your changes and commit them.
107107
5. Push the changes to your fork and submit a pull request.
108108

109-
### Code of Conduct
110-
111-
Please note that this project follows a [Code of Conduct](CODE_OF_CONDUCT.md). By participating, you agree to abide by its terms.
112-
113-
## License
114-
115-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
116-
117109
## Acknowledgments
118110

119111
- **SHAP**: For model explainability.

0 commit comments

Comments
 (0)