Stock Picking using Data Mining: Parameter Tuning
It is known that in data mining projects, one can spend 80% of the time for data preprocessing and the remaining 20% for the data mining task itself. However, when data mining is integrated in an overall system (such as a stock picking system), an important task is to tune the parameters of the overall system.
For example, in the above mentioned system, there are several parameters to fix in order to obtain satisfying results. Here is a list of these parameters:
These parameters will vary according to each project. For example, you can have a look at the parameters mentioned in a post by Themos Kalafatis. Feel free to comment and give examples of parameters that you have to tune.
2 comments:
Sandro,
Nice Post...the usage of confusion matrix (and thus a cost-sensitive classifier) on such a predictive application is a must so it is good that you have pointed it out as one of "must do" steps.
Thanks for the comment. However, finding the best confusion matrix is not a straightforward task...
Post a Comment