mllite/ml2cpp

sklearn2sql.herokuapp.com link is not active

Opened this issue · 0 comments

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