Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPOs make learner drop weight property #39

Open
ja-thomas opened this issue Apr 11, 2018 · 1 comment
Open

CPOs make learner drop weight property #39

ja-thomas opened this issue Apr 11, 2018 · 1 comment

Comments

@ja-thomas
Copy link
Contributor

> makeLearner("classif.logreg")
Learner classif.logreg from package stats
Type: classif
Name: Logistic Regression; Short name: logreg
Class: classif.logreg
Properties: twoclass,numerics,factors,prob,weights
Predict-Type: response
Hyperparameters: model=FALSE
> cpoScale() %>>% makeLearner("classif.logreg")
Learner classif.logreg.scale from package stats
Type: classif
Name: ; Short name: 
Class: CPOLearner
Properties: numerics,factors,twoclass,prob
Predict-Type: response
Hyperparameters: model=FALSE

@mb706
Copy link
Collaborator

mb706 commented Apr 13, 2018

So far none of the CPOs were developed with weights in mind, so this is probably a good thing? Support for weights is definitely planned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants