[scikit-learn] Intermediate results using gridsearchCV?

Joel Nothman joel.nothman at gmail.com
Sun Mar 19 07:14:45 EDT 2017


Best bet for that at the moment is write a wrapper or mixin for your base
estimator.

On 19 March 2017 at 21:49, federico vaggi <vaggi.federico at gmail.com> wrote:

> I imagine he is suggesting to have an iterator that yields results while
> it's running, instead of only getting the result at the end of the run.
>
> On Sun, 19 Mar 2017 at 11:46 Joel Nothman <joel.nothman at gmail.com> wrote:
>
>> Not sure what you mean. Have you used cv_results_
>>
>> On 18 March 2017 at 08:46, Carlton Banks <noflaco at gmail.com> wrote:
>>
>> Is it possible to receive intermediate the intermediate result of a
>> gridsearchcv?
>>
>> instead getting the final result?
>>
>>
>>
>> _______________________________________________
>> scikit-learn mailing list
>> scikit-learn at python.org
>> https://mail.python.org/mailman/listinfo/scikit-learn
>>
>>
>> _______________________________________________
>> scikit-learn mailing list
>> scikit-learn at python.org
>> https://mail.python.org/mailman/listinfo/scikit-learn
>>
>
> _______________________________________________
> scikit-learn mailing list
> scikit-learn at python.org
> https://mail.python.org/mailman/listinfo/scikit-learn
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20170319/7bed23f1/attachment.html>


More information about the scikit-learn mailing list