Skip to content
#

crfsuite

Here are 28 public repositories matching this topic...

hermidalc
hermidalc commented Jan 10, 2020

RFE/RFECV are not only feature selectors (SelectorMixin) but also classifiers/regressors (MetaEstimatorMixin), though ELI5 explain_weights doesn't support them as classifiers/regressors. The final fit of an RFE/RFECV object is a fitted estimator with either rfe.estimator_.coef_ or rfe.estimator_.feature_importances_ and in sklearn you do not usually follow up RFE/RFECV with another classifier

DomHudson
DomHudson commented May 27, 2018

Hi,

The documentation states that "By using this class it is possible to save some time if the same input sequence is passed to trainers/taggers more than once"; however I am struggling to find any examples of it being used. What is the recommended approach to train and predict with ItemSequence objects?

Many thanks

Improve this page

Add a description, image, and links to the crfsuite topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the crfsuite topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.