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
How do I set the threshold in RouteLayer after fitting? I don't want to retrain it every time I run it. rl.fit(X=X, y=y)
How can I view the results of the evaluation? I want to know which questions were incorrect and which were correct.rl.evaluate(X=X, y=y)
Is it possible to set up an alternative strategy when the likelihood is below a certain value? How can I set this threshold? I want to ensure that if the model doesn't know, it can output None, but if it makes a prediction, it should be as close to 100% accuracy as possible.
The text was updated successfully, but these errors were encountered:
Do you have more detailed documents?
rl.fit(X=X, y=y)
rl.evaluate(X=X, y=y)
The text was updated successfully, but these errors were encountered: