Closed LexABzH closed 1 year ago
Experimental predict proba : serve function was created each time the experimental_predict_proba was called, which is very slow.
serve
experimental_predict_proba
Moved the serve function creation outside of the main function. This is now a model's method.
Tested performance : it works.
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the GNU AFFERO GENERAL PUBLIC LICENSE.
✒️ Context
Experimental predict proba :
serve
function was created each time theexperimental_predict_proba
was called, which is very slow.🧱 Description of Changes
Moved the
serve
function creation outside of the main function. This is now a model's method.🩺 Testing
Tested performance : it works.
🔗 References
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the GNU AFFERO GENERAL PUBLIC LICENSE.