DocumentFeatureSelection icon indicating copy to clipboard operation
DocumentFeatureSelection copied to clipboard

A set of metrics for feature selection from text data

Results 4 DocumentFeatureSelection issues
Sort by recently updated
recently updated
newest added

Copied and pasted the example code to and got an Assertion Error as per the end of this post, I'm running this code on Windows 10 and Python 3.6 with...

bug

This is a followup to the issue [Running library leaves lots of temporary directories](https://github.com/Kensuke-Mitsuzawa/DocumentFeatureSelection/issues/34) Turns out tmp directories are created as soon as the library is imported and they are...

bug

`from sklearn.base import BaseEstimator` and make implementation

enhancement