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
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: CatBoostError { description: "??+0 (0x7FFBAC8D378E)\n??+0 (0x7FFBAC67257A)\n??+0 (0x7FFBAC65C21D)\n??+0 (0x7FFBAC8DAC07)\nCalcModelPredictionWithHashedCatFeatures+581 (0x7FFBAC6CE385)\n??+0 (0x55C2FA2F6D2A)\n??+0 (0x55C2FA2F53E5)\n??+0 (0x55C2FA2F339B)\n??+0 (0x55C2FA2F38EE)\n??+0 (0x55C2FA2F5581)\n??+0 (0x55C2FA31500C)\n??+0 (0x55C2FA2F555A)\n??+0 (0x55C2FA2F551E)\n__libc_start_main+243 (0x7FFBABF34083)\n??+0 (0x55C2FA2F270E)\n\n(TCatBoostException) catboost/libs/model/eval_processing.cpp:24: `results` size is insufficient: Results.size() = 1, resultApproxDimension = 3, docCount * resultApproxDimension = 3" }', src/main.rs:10:87 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Can you share the code so I can reproduce this error?
Sorry, something went wrong.
It seems similar at first glance to this error using multi-classification: catboost/catboost#1903
Hey @TanLingxiao @jlloh, I propose my solution here #11
No branches or pull requests
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: CatBoostError { description: "??+0 (0x7FFBAC8D378E)\n??+0 (0x7FFBAC67257A)\n??+0 (0x7FFBAC65C21D)\n??+0 (0x7FFBAC8DAC07)\nCalcModelPredictionWithHashedCatFeatures+581 (0x7FFBAC6CE385)\n??+0 (0x55C2FA2F6D2A)\n??+0 (0x55C2FA2F53E5)\n??+0 (0x55C2FA2F339B)\n??+0 (0x55C2FA2F38EE)\n??+0 (0x55C2FA2F5581)\n??+0 (0x55C2FA31500C)\n??+0 (0x55C2FA2F555A)\n??+0 (0x55C2FA2F551E)\n__libc_start_main+243 (0x7FFBABF34083)\n??+0 (0x55C2FA2F270E)\n\n(TCatBoostException) catboost/libs/model/eval_processing.cpp:24: `results` size is insufficient: Results.size() = 1, resultApproxDimension = 3, docCount * resultApproxDimension = 3" }', src/main.rs:10:87 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered: