Opened 17 years ago
Closed 17 years ago
#176 closed defect (fixed)
FeatureSelection with Ensemble
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.2 |
Component: | classifier | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
By ticket:129 feature selction is no longer possible in EnsembleBuilder. We should add a constructor taking a FeatureSelector (besides the usual SupervisedClassifier and Sampler). In this new constructor the FeatureSelector is used when (internally) constructing the SubsetGenerator from the Sampler.
Change History (3)
comment:1 Changed 17 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 17 years ago by
Owner: | changed from Markus Ringnér to Peter |
---|---|
Status: | new → assigned |
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [736]) Fixes #176