Re: [scikit-learn] MAPE in scikit-learn?

2017-03-08 Thread Suzen, Mehmet
Hi Raghav; I suggest forecast package's code if you can read R [*]. A collection of measures related to time-series forecasting would be nice [*] Best, Mehmet [*] https://cran.r-project.org/web/packages/forecast/forecast.pdf ___ scikit-learn mailing l

Re: [scikit-learn] Linear Discriminant Analysis with Cross Validation in Python

2017-03-08 Thread Serafeim Loukas
Dear Sebastian, Thank you for your response. Best, S . Loukas Serafeim University of Geneva email: [email protected] 2017-03-07 17:56 GMT+01:00 Sebastian Raschka : > Hi, Loukas and Mahesh, > for LOOCV, you could e.g., use the LeaveOneOut class > >