Removed all instances of FeatureImportanceClassifier and other MIGHT methods that are outdated. This is in favor of the functional API used for (CO)MIGHT
There was a small bug in build_coleman_forest stemming from #281 and #257 where the PermutationHonestForest should get passed covariate_index. It is not tested in test_comight_repeated_feature_sets.
Before submitting
[ ] I've read and followed all steps in the Making a pull request
section of the CONTRIBUTING docs.
[ ] I've updated or added any relevant docstrings following the syntax described in the
Writing docstrings section of the CONTRIBUTING docs.
[ ] If this PR fixes a bug, I've added a test that will fail without my fix.
[ ] If this PR adds a new feature, I've added tests that sufficiently cover my new functionality.
After submitting
[ ] All GitHub Actions jobs for my pull request have passed.
Fixes #146
Changes proposed in this pull request:
FeatureImportanceClassifier
and other MIGHT methods that are outdated. This is in favor of the functional API used for (CO)MIGHTbuild_coleman_forest
stemming from #281 and #257 where the PermutationHonestForest should get passedcovariate_index
. It is not tested intest_comight_repeated_feature_sets
.Before submitting
CONTRIBUTING
docs.CONTRIBUTING
docs.After submitting