Open
Description
In the file stat_tools.py, the functions two_sided_pval_from_cb, and two_sided_pval_from_pval are not used except for testing.
In the file utils.py, the functions convert_predict_proba, sample_predictions and compute_imp_std are never used.
In the file, Dnn_learner.py, the class DnnLearner is never used. Perhaps we need to add an example of it.
In the file, RandomForestModified.py, the classes RandomForestClassifierModified and RandomForestRegressorModified are not used. Perhaps we need to add an example of it.