Skip to content

unused functions and classes #42

Open
@lionelkusch

Description

@lionelkusch

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dead codewhen the code is never used

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions