Best Practices on Recommendation Systems
microsoft
python
kubernetes
data-science
machine-learning
tutorial
deep-learning
azure
rating
jupyter-notebook
artificial-intelligence
ranking
recommender
recommendation-system
recommendation-engine
recommendation
recommendation-algorithm
operationalization
-
Updated
Feb 10, 2022 - Python
For now only strings are accepted as the
measures
parameter inGridSearchCV
,RandomizedSearchCV
, andcross_validate
. It's thus impossible to use those with measures that take specific parameters as input (e.g. #156 ), or to use custom measures.We should then accept callables in addition to strings.
Each callable should only take the
predictions
parameter. In order to handle measur