Hello. Let me start with minValue and maxValue: Lets say I'm dealing with my city's temperature. I know the range is about 15º ~ 50º. The temperature never goes below 15 or above 50. I know this because I live here.
Then I'll train my model using the last 4 months. In this period the temperature ranged at 21º ~ 38º I'll make predictions for the next days/weeks. Which values should I set for minValue and maxValue? minValue = 15 maxValue = 50 or minValue = 21 maxValue = 38 -- Ricardo Franco Andrade *Web Developer* email: [email protected] skype: ricardo.krieg phone: +55 (86) 9569 8521 linkedin: http://br.linkedin.com/in/ricardokrieg/ github: https://github.com/ricardokrieg
