I wonder if i can use a tf.data.dataset with other models (except tf neural network)
so for example i can take a tf.data.dataset for training xgboost, LGBMClassifier, RandomForest classifier etc.
(without casting it into an object like pandas dataframe that holds the whole data in memory)
can you assist?
2.1m questions
2.1m answers
60 comments
57.0k users