File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff 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
6363To 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,
1061064 . Make your changes and commit them.
1071075 . 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.
You can’t perform that action at this time.
0 commit comments