Home | Trees | Indices | Help |
|
---|
|
ProxyClassifier which uses some FeatureSelection prior training.
FeatureSelection is used first to select features for the classifier to use for prediction. Internally it would rely on MappedClassifier which would use created MaskMapper.
TODO: think about removing overhead of retraining the same classifier if feature selection was carried out with the same classifier already. It has been addressed by adding .trained property to classifier, but now we should expclitely use isTrained here if we want... need to think more
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
_clf_internals = ['does_feature_selection', 'meta'] Describes some specifics about the classifier -- is that it is doing regression for instance.... |
|||
maskclf = property(lambda x: x.__maskclf, doc= "Used `MappedCl
|
|||
feature_selection = property(lambda x: x.__feature_selection,
|
|||
testdataset = property(fget= lambda x: x.__testdataset, fset=
|
|||
Inherited from Inherited from Inherited from |
|
|||
__maskclf Should become MappedClassifier`(mapper=`MaskMapper ) later on.
|
|||
__feature_selection FeatureSelection to select the features prior training |
|||
__testdataset FeatureSelection might like to use testdataset |
|
|||
Inherited from |
|
|
Untrain FeatureSelectionClassifier Has to untrain any known classifier
|
|
|
|
Return an appropriate SensitivityAnalyzer had to clone from mapped classifier???
|
|
maskclf
|
feature_selection
|
testdataset
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:20 2012 | http://epydoc.sourceforge.net |