recommendation
Here are 189 public repositories matching this topic...
For now only strings are accepted as the measures parameter in GridSearchCV, RandomizedSearchCV, and cross_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
-
Updated
Jun 13, 2020 - Python
-
Updated
Apr 23, 2020 - Python
-
Updated
Jun 6, 2020
-
Updated
Jul 4, 2020
-
Updated
Nov 21, 2019
-
Updated
Nov 15, 2019 - Python
-
Updated
May 7, 2020 - Python
-
Updated
Feb 23, 2020 - Python
-
Updated
May 11, 2020 - C
-
Updated
Mar 17, 2020
-
Updated
Apr 10, 2018 - Python
-
Updated
Feb 7, 2020 - Python
-
Updated
Jun 30, 2019 - Python
-
Updated
Apr 30, 2018 - Python
-
Updated
Jun 23, 2020 - TypeScript
pairs=[{'ad': 'q_topic_1', 'pos_hist': 'm_interested_topics'},
{'ad': 'q_topic_2', 'pos_hist': 'm_interested_topics'},
{'ad': 'q_topic_3', 'pos_hist': 'm_interested_topics'},
{'ad': 'q_topic_4', 'pos_hist': 'm_interested_topics'},
{'ad': 'q_topic_5', 'pos_hist': 'm_interested_topics'}
],
-
Updated
Apr 29, 2018 - Jupyter Notebook
-
Updated
Jun 25, 2018 - Scala
-
Updated
Dec 7, 2019
-
Updated
May 26, 2020 - Python
-
Updated
Mar 31, 2020 - Python
-
Updated
Dec 27, 2019 - Python
-
Updated
Apr 2, 2020 - C#
-
Updated
Jan 21, 2016 - Python
-
Updated
Feb 1, 2020 - Python
Improve this page
Add a description, image, and links to the recommendation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the recommendation topic, visit your repo's landing page and select "manage topics."

Description
Add Azure notebook to our SETUP doc.
I tested google colab and Azure notebook to run reco-repo without requiring creating any DSVM or compute by myself, and it works really well with simple tweaks to the notebooks (e.g. for some libs, should install manually).
I think it would be good to add at least Azure notebook to our SETUP doc, where users can easily test out our repo w/o