Skip to content

Commit cd355d3

Browse files
committed
paths changed in init file
1 parent b6cc0ad commit cd355d3

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

__init__.py

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
from explainx.lib import *
1+
from explainx.lib.plotly_graphs import *
2+
from explainx.lib.data_for_shap_graphs import *
3+
"""Organize all shap graphs here."""
4+
from explainx.lib.feature_importance import *
5+
from explainx.lib.feature_impact import *
6+
from explainx.lib.summary_plot import *
7+
from explainx.lib.shap_pdp import *
8+
9+
10+
"""This contains all sorts of graphs."""
11+
from explainx.lib.dashboard import *
12+
from explainx.lib.explain import *
13+
14+
15+
"""For data preprocessing"""
16+
from explainx.lib.encode_decode_cat_col import *
17+
18+
"""To find protodash"""
19+
from explainx.lib.protodash import *
20+
21+
"""To calculate Shap values"""
22+
from explainx.lib.calculate_shap import *

0 commit comments

Comments
 (0)