-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
tribuo changes types between input dataset and prediction #391
Comments
This is problematic as usual accuracy is calculated by comparing: |
Any news on this issue ? |
I agree |
I think the "problem" here is , that the Classification in Tribuo has only foreseen, that training data target column is of type "Label" (which is a String fundamentally). |
I went deeper. tech.ml.dataset/src/tech/v3/libs/tribuo.clj Line 126 in b0896cc
in which the code converts keyword,numbers and Strings to "string", |
I a thinking know, that this is not solvable on the level of tech.ml.dataset, |
see https://clojurians.zulipchat.com/#narrow/stream/236259-tech.2Eml.2Edataset.2Edev/topic/tribuo.20prediction.20datatype.20does.20not.20match
The text was updated successfully, but these errors were encountered: