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
Currently, the CLI is rarely used as the vast majority of the users want access to the ecosystem of other language bindings. Even basic things like cross-validation are quite difficult to perform using the CLI.
For inference, there are low-latency options like inplace_predict with proper C API, not to mention third-party libraries like FIL that focus on model deployment.
I propose that we move on and deprecate the CLI in order to focus on more promising features.
The text was updated successfully, but these errors were encountered:
Currently, the CLI is rarely used as the vast majority of the users want access to the ecosystem of other language bindings. Even basic things like cross-validation are quite difficult to perform using the CLI.
For inference, there are low-latency options like inplace_predict with proper C API, not to mention third-party libraries like FIL that focus on model deployment.
I propose that we move on and deprecate the CLI in order to focus on more promising features.
The text was updated successfully, but these errors were encountered: