-
Hello, Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Not sure if we have an example, but I have seen people working on tabular data. We have existing data set tools for dealing with tabular data: You can learn more about them here: https://burn.dev/burn-book/building-blocks/dataset.html |
Beta Was this translation helpful? Give feedback.
-
The simple regression example might help! It loads the california housing dataset from csv and uses some features to predict the housing prices. But it uses the hugginface dataset loader, so this part might not generalize. The other dataset types / methods mentioned in the other reply might be more appropriate. |
Beta Was this translation helpful? Give feedback.
-
Thanks for pointing me to regression example, it was really help |
Beta Was this translation helpful? Give feedback.
The simple regression example might help!
It loads the california housing dataset from csv and uses some features to predict the housing prices.
But it uses the hugginface dataset loader, so this part might not generalize. The other dataset types / methods mentioned in the other reply might be more appropriate.