TFB icon indicating copy to clipboard operation
TFB copied to clipboard

How to extract the features for machine learning methods?

Open isCopyman opened this issue 1 year ago • 2 comments

The paper mentions using traditional machine learning methods, such as LR (Logistic Regression) and RF (Random Forest). How did you extract the features for these methods?

isCopyman avatar Jun 13 '24 15:06 isCopyman

Hello, Thank you for your attention and questions. TFB is a flexible code library that is compatible with third-party time series prediction libraries. We support calling algorithms in darts, where LR and RF come from darts. You can access https://github.com/unit8co/darts . Go and read the user manual inside. There is a more detailed introduction there, hoping it can help you!

qiu69 avatar Jun 14 '24 02:06 qiu69

Hi, If you have any further questions, please feel free to report them to us. If the problem has been resolved, please close the issue.

qiu69 avatar Aug 18 '24 03:08 qiu69