You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I am encountering an issue when trying to run catboost-go on a Windows platform. It appears that the Model struct and the LoadFullModelFromFile method are undefined in the catboost-go library.
Case Scenario:
I have developed a machine learning model using CatBoost in Python.
I am trying to use this model with the catboost-go library on a Windows machine.
Error:
When attempting to execute the code, I get the following error:
# github.com/ma3axaka/catboost-go
classifier.go:7:9: undefined: Model
classifier.go:16:16: undefined: LoadFullModelFromFile
Operating System:
Windows
Steps to Reproduce:
Import the catboost-go library.
Load a CatBoost model using the LoadFullModelFromFile method.
Attempt to execute predictions.
Expected Behavior:
I expected to be able to load the model and make predictions using the catboost-go library.
Actual Behavior:
I encountered the "undefined: Model" and "undefined: LoadFullModelFromFile" errors.
Additional Information:
I am running my code on a Windows machine.
I have checked the version of the catboost-go library, and it is up to date.
Example Code:
Description:
I am encountering an issue when trying to run catboost-go on a Windows platform. It appears that the Model struct and the LoadFullModelFromFile method are undefined in the catboost-go library.
Case Scenario:
I have developed a machine learning model using CatBoost in Python.
I am trying to use this model with the catboost-go library on a Windows machine.
Error:
When attempting to execute the code, I get the following error:
Operating System:
Windows
Steps to Reproduce:
Import the catboost-go library.
Load a CatBoost model using the LoadFullModelFromFile method.
Attempt to execute predictions.
Expected Behavior:
I expected to be able to load the model and make predictions using the catboost-go library.
Actual Behavior:
I encountered the "undefined: Model" and "undefined: LoadFullModelFromFile" errors.
Additional Information:
I am running my code on a Windows machine.
I have checked the version of the catboost-go library, and it is up to date.
Example Code:
Note:
I would appreciate any guidance or assistance on how to resolve this issue and successfully run catboost-go on Windows.
Thnx!
The text was updated successfully, but these errors were encountered: