How to reduce the startup time of model #1000
-
Hi, My dataset is kinda large with 20 features and 1000000+ point. And I have set that How could I faster the startup with large dataset. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you downsample the dataset? Normally symbolic regression doesn’t need so much data to converge |
Beta Was this translation helpful? Give feedback.
It depends on the problem but symbolic regression is much less flexible, so you need less data than for other ML algorithms. Basically, it’s harder to overfit!