|
Does this package support multimodal model with cnt , cat, txt, img features? Also I have Tensorflow based models, do you have some automation to wrap it into sklearn compatible model? Thank you for this amazing package! |
Answered by
oegedijk
Feb 8, 2022
Replies: 2 comments
|
Hi @wjlgatech, the dashboard is intended for standard tabular usecases: so definitely a mix of continuous and categorical features are supported, but not image nor text really (although I guess you could throw a big tabular classifier at tf-idf a dataset and run it through the dashboard) |
0 replies
Answer selected by
wjlgatech
|
tensorflow is also currently not supported, but pytorch models are supported through the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @wjlgatech,
the dashboard is intended for standard tabular usecases: so definitely a mix of continuous and categorical features are supported, but not image nor text really (although I guess you could throw a big tabular classifier at tf-idf a dataset and run it through the dashboard)