[scikit-learn] gridsearchCV able to handle list of input?

Julio Antonio Soto de Vicente julio at esbet.es
Sun Apr 30 06:11:21 EDT 2017


Tbh I've never tried, but I would say that te current sklearn API does not support multi-input data...

> El 30 abr 2017, a las 12:02, Joel Nothman <joel.nothman at gmail.com> escribió:
> 
> What are the shapes of train_input and train_output?
> 
>> On 30 April 2017 at 12:59, Carlton Banks <noflaco at gmail.com> wrote:
>> I am currently trying to run some gridsearchCV on a keras model which has multiple inputs. 
>> The inputs is stored in a list in which each entry in the list is a input for a specific channel. 
>> 
>> 
>> Here is my model and how i use the gridsearch. 
>> 
>> https://pastebin.com/GMKH1L80
>> 
>> The error i am getting is: 
>> 
>> https://pastebin.com/A3cB0rMv
>> 
>> Any idea how i can resolve this?
>> 
>> 
>> 
>> _______________________________________________
>> 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/20170430/d0e3819b/attachment.html>


More information about the scikit-learn mailing list