Machine learning: Ensemble trees in a time series classification problem.
조회 수: 1 (최근 30일)
이전 댓글 표시
Dear all,
I have an issue with the ensemble trees algorithms.
I am woking in a time series forecasting problem. As these algos are dividing the training set randomly to create many trees it will train a tree based on future values is not consistant. Indeed, it performs very badly out of sample.
Do you have any idea how I could handle that ? Any parameter available ?
Thank you very much in advance and have a nice weekend.
Pierre
댓글 수: 0
답변 (1개)
Bernhard Suhm
2018년 6월 12일
How are you encoding the time dependency in your predictors? If you add predictors that look back fixed number of elements in your time series, it shouldn't matter that the ensemble algorithms randomly selects a subset of samples to grow the tree. Each sample will consist of the time series value and its history in pre-determined intervals. Or if I'm missing something, provide more detail about how you're constructing your predictors.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Classification Ensembles에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!