| 1 | # -*- coding: utf-8 -*- |
| 2 | #prediction using model. |
| 3 | #process--->1.load data(X:list of lint,y:int). 2.create session. 3.feed data. 4.predict |
| 4 | # currently this file is not well test, so you can just ignore this file util it is tested or write a function, input is |
nothing calls this directly
no test coverage detected