The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Date type for SVM"
I'm trying to build an SVM/RVM based predictor for energy prices. The dataset contains date values and corresponding prices. Of course, SVM can not work with the 1/4/09 date values (polynomial). I applied the Nominal2Date converter and it changed it to a date string. I was still where I started. Then, I applied Date2Numeric, but that only allowed me to extract one of the parts (year, month or day). Any idea how I should get all three separated out?
Thanks and best regards
Thanks and best regards
Tagged:
0
Answers
that's quite easy: Add the operator three times with different parameter settings.
By the way: If you want to predict future prices, you will need to "window" your series data, otherwise the SVM can only use the pure date information, and you can imagine, that nobody, not even the smartest, could predict the energy price only from knowing thats the 5th februray of 2011.
Greetings,
Sebastian