-
Notifications
You must be signed in to change notification settings - Fork 705
-
First Prototype (sql parser, mysql, and tensorflow)
ClosedApr 30, 2019 Last updated over 4 years agoFinish prototype based on MySQL and Tensorflow. The prototype will …
Finish prototype based on MySQL and Tensorflow. The prototype will be able to
- retrieve the data from MySQL via MySQL Connector Python API. Optionally, retrieves the model from MySQL.
- train the model or predict using the trained model by calling the user specified TensorFlow estimator
- write the trained model or prediction results into a table.