To make use of GLMNET, you must have R and RPy installed as well
as both the glmnet contributed package. You can install the R and
RPy with the following command on Debian-based machines:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from base.Classifier:
__repr__,
__str__,
clone,
isTrained,
predict,
repredict,
retrain,
summary,
train,
trained,
untrain
Inherited from misc.state.ClassWithCollections:
__getattribute__,
__new__,
__setattr__,
reset
Inherited from object:
__delattr__,
__format__,
__hash__,
__reduce__,
__reduce_ex__,
__sizeof__,
__subclasshook__
|
|
|
_clf_internals = ['glmnet', 'linear', 'has_sensitivity', 'does...
Describes some specifics about the classifier -- is that it is
doing regression for instance....
|
|
|
family = Parameter('gaussian', allowedtype= 'basestring', choi...
|
|
|
alpha = Parameter(1.0, min= 0.01, max= 1.0, allowedtype= 'floa...
|
|
|
nlambda = Parameter(100, allowedtype= 'int', min= 1, doc= """M...
|
|
|
standardize = Parameter(True, allowedtype= 'bool', doc= """Whe...
|
|
|
thresh = Parameter(1e-4, min= 1e-10, max= 1.0, allowedtype= 'f...
|
|
|
pmax = Parameter(None, min= 1, allowedtype= 'None or int', doc...
|
|
|
maxit = Parameter(100, min= 10, allowedtype= 'int', doc= """Ma...
|
|
|
model_type = Parameter('covariance', allowedtype= 'basestring'...
|
|
|
weights = property(lambda self: self.__weights)
|
|
Inherited from base.Classifier:
_DEV__doc__,
feature_ids,
predicting_time,
predictions,
regression,
retrainable,
trained_dataset,
trained_labels,
trained_nsamples,
training_confusion,
training_time,
values
Inherited from misc.state.ClassWithCollections:
descr
|