Tensorflow Support? #17
-
can we monitor the drift of tensorflow or any deep learning models? |
Beta Was this translation helpful? Give feedback.
Answered by
ThomasBouche
May 18, 2022
Replies: 1 comment 1 reply
-
Hi, The model allows you to put into perspective the importance of data drift on the predictions of the model. we did not test the compatibility of tensorflow or deep learning models specifically |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mugeshk97
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
You can monitor the evolution of your data without giving your model. If your data are tabular.
The model allows you to put into perspective the importance of data drift on the predictions of the model.
The features work if the model has a "predict_proba" method.
we did not test the compatibility of tensorflow or deep learning models specifically
Are you using a tensorflow or deep learning model to make a classification or regression model on tabular data?