Note
Go to the end to download the full example code or to run this example in your browser via Binder
eda

/home/docs/checkouts/readthedocs.org/user_builds/xai-arg-jema/envs/latest/lib/python3.8/site-packages/sklearn/experimental/enable_hist_gradient_boosting.py:16: UserWarning: Since version 1.0, it is not needed to import enable_hist_gradient_boosting anymore. HistGradientBoostingClassifier and HistGradientBoostingRegressor are now stable and can be normally imported from sklearn.ensemble.
warnings.warn(
IPython could not be loaded!
**********Tensorflow models could not be imported **********
<AxesSubplot: >
from utils import make_whole_data
from ai4water.eda import EDA
data = make_whole_data(['tetx_coppml', 'sul1_coppml', 'aac_coppml'])
eda = EDA(data=data )
eda.correlation()
Total running time of the script: ( 0 minutes 2.991 seconds)