You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fit function that calls _fit expects numpy arrays or dataframes. For the project I am working on, it would be preferred to provide the training data as a tensorflow dataset. Does it make sense to overwrite the _fit function to allow the usage of tensorflow dataset or would it break to many dependencies?
The text was updated successfully, but these errors were encountered:
The fit function that calls _fit expects numpy arrays or dataframes. For the project I am working on, it would be preferred to provide the training data as a tensorflow dataset. Does it make sense to overwrite the _fit function to allow the usage of tensorflow dataset or would it break to many dependencies?
The text was updated successfully, but these errors were encountered: