Hi Abdalrahman.
I am not sure I know what you mean.
Are you referring to the rbf parameter selection example?
Yes, doing the same for other kernels / estimators is certainly
possible. Just do it the same way as in the example.
Unfortunately the interface to the grid search is not very nice
at the moment, but I'm working on it.
Cheers,
Andy

----- Ursprüngliche Mail -----
Von: "abdalrahman eweiwi" <[email protected]>
An: [email protected]
Gesendet: Donnerstag, 6. September 2012 07:27:29
Betreff: [Scikit-learn-general] Reports on custom kernels


Hi, 

Is it possible to generate reports similar to the example provided in the 
documentation for custom kernels? 

Is it possible to have it this way? 
tuned_parameters = [{'kernel': ['my_kernal'], 
'C' : list(np.logspace(-3,3,10))}] 

Thanks 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to