ml-flask-api
ml-flask-api copied to clipboard
A simple template of a Python API (web-service) for real-time Machine Learning predictions, using scikitlearn-like models, Flask and Docker.
Results
1
ml-flask-api issues
Sort by
recently updated
recently updated
newest added
Training LightGBM models on weighted datasets requires the native Data Structure API. The template, however, implements only the Scikit-learn API (LGBMClassifier and LGBMRegressor) but not the native API (lighgbm.Dataset and...
enhancement