mllite / ml2cpp

Machine Learning Models Deployment using C++ Code Generation
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

sklearn2sql.herokuapp.com link is not active #37

Open raj-sowmya opened 1 year ago

raj-sowmya commented 1 year ago

r = requests.post("https://sklearn2sql.herokuapp.com/model", json=json_data) The link is not present anymore. Is there any workaround ? Also "score_csv_file" API is missing. Any suggestions ? I am trying to convert a BaggingRegressor model from sklearn to c++.

-- Raj