简体   繁体   English

什么是详细输出?

[英]What is a Verbose Output?

I am currently using the GridSearchCV object in python.我目前在 python 中使用 GridSearchCV 对象。 The function call gives an me option to specify the verbosity.函数调用提供了一个选项来指定详细程度。 Does anyone know what verbose means in this context?有谁知道在这种情况下详细意味着什么? I have not found the documentation to be helpful in this respect.我没有发现文档在这方面有帮助。 Help on clarifying what this is and what it is used for would be helpful.帮助澄清这是什么以及它的用途会有所帮助。

Verbosity means how much extra info you want the script to give.冗长意味着您希望脚本提供多少额外信息。 In your instance, it likely means how much information it should return to you, whether it be the absolute basic query or detailed information about searches;在你的例子中,它可能意味着它应该返回多少信息,无论是绝对的基本查询还是关于搜索的详细信息; it can also control the amount of results given.它还可以控制给出的结果数量。

Verbose is just the info you want to be printed when your Gridsearch is running. Verbose 只是您希望在 Gridsearch 运行时打印的信息。 Just trying to change it (try 2, or 3) you will see for yourself.只需尝试更改它(尝试 2 或 3),您就会亲眼看到。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM