We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> 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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: