question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disable verbose during predictions

See original GitHub issue
final_prediction, all_predictions, all_nbest_json, scores_diff_json = model.predict(X=(test_examples, test_features))

Outputs the following verbose:

HBox(children=(IntProgress(value=0, description='Evaluating', max=2, style=ProgressStyle(description_width='in…

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
andrelmfariascommented, May 18, 2019

I still think we can improve this.

The picture below shows that the predictions are still too verbose

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to prevent printing predict_proba() output in Keras?
Pass verbose=0 to predict_proba to turn off verbose output.
Read more >
How to get rid of tensorflow verbose messages with Keras
Index of predicted wrong data in Keras, how to find it? Simply, use: model.predict() pred = model.predict(x_test) indices = [i for .
Read more >
What is "Verbose" in scikit-learn package of Python? [closed]
In some models like neural network and svm we can set it's value to true. This is the documentation: verbose : bool, default:...
Read more >
autogluon.tabular.models
Returns True if the model is capable of inference on new data (if normal model) or has produced out-of-fold predictions (if bagged model)...
Read more >
Parameters — LightGBM 3.3.3.99 documentation
path(s) of validation/test data, LightGBM will output metrics for these data ... used only in train , prediction and refit tasks or in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found