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

only tribuo models can deal with "string" target columns #36

Open
behrica opened this issue Sep 30, 2024 · 1 comment
Open

only tribuo models can deal with "string" target columns #36

behrica opened this issue Sep 30, 2024 · 1 comment

Comments

@behrica
Copy link
Member

behrica commented Sep 30, 2024

I open this here as a meta-issue
The fixes need to happen in the various model plugins.

 ;; only tribuo can deal with "string" target
 (concat
  ;other-specs
  ;xgboost-specs
  tribuo-model-specs
  ;smile-model-specs
  ;sklearn-model-specs
  )

We can close it when all models are fixed

@behrica
Copy link
Member Author

behrica commented Nov 29, 2024

Only tribuo can currently correctly handle "categorical target vars" in all forms:

  • "strings"
  • "integers" + "doubles"
  • categorical map

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