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

Fix classifiers that cannot handle only one single target class #48

Closed
12 tasks
ablaom opened this issue Feb 20, 2023 · 1 comment
Closed
12 tasks

Fix classifiers that cannot handle only one single target class #48

ablaom opened this issue Feb 20, 2023 · 1 comment

Comments

@ablaom
Copy link
Member

ablaom commented Feb 20, 2023

Similar to JuliaAI/CatBoost.jl#22.

Here are the offending models I have found:

  • PassiveAggressiveClassifier
  • PerceptronClassifier
  • SGDClassifier
  • SVMClassifier
  • SVMNuClassifier
  • BayesianQDA
  • ProbabilisticSGDClassifier
  • SVMLinearClassifier
  • LogisticCVClassifier
  • LogisticClassifier
  • GaussianProcessClassifier
  • GradientBoostingClassifier
@ablaom
Copy link
Member Author

ablaom commented Jan 17, 2024

Closed by #65, I believe.

@ablaom ablaom closed this as completed Jan 17, 2024
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

1 participant