Closed samliu319 closed 2 years ago
I don't think we have anything like this currently.
@luisquintanilla is this something you are aware of or have looked into?
Hi @samliu319,
Thanks for your question.
I don't think I've seen requests like this before. In general, classical ML algorithms have worked well enough for training models on tabular data. These algorithms are often cheaper to train (time & compute resources) and sometimes more explainable than neural networks. Deep Learning has achieved promising results for unstructured data (text & images). While I wouldn't want to discourage you from exploring solutions, I would recommend first starting out with classical machine learning algorithms.
If deep learning on tabular data is an option you want to pursue, there are a few things you might consider. However, almost none of them involve ML.NET.
There are currently no plans to add deep learning APIs for tabular data (like TabNet) to ML.NET. As we hear more feedback on the topic, we're open to considering it in the future.
Closing this issue.
I've just started machine learning, but I reject learning with python. I am interested in deep learning of tabular data, but I can't find .Net related resources. I hope I can get some guidance here, thanks!