The Wayback Machine - https://web.archive.org/web/20200716232253/https://github.com/topics/svd
Skip to content
#

svd

Here are 283 public repositories matching this topic...

NicolasHug
NicolasHug commented Apr 6, 2018

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

pseudotensor
pseudotensor commented Oct 8, 2017

The basic idea is to have a metrics package, we can start with ROC/AUC (first on GPU, then if necessary on CPU). It should mimic the SKLearn API and results:

http://scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html

Requirements:

  1. GPU implementation. It can use Thrust and other libraries as first step.
  2. Bindings for other languages (currently CTypes but soo

pyRecLab is a library for quickly testing and prototyping of traditional recommender system methods, such as User KNN, Item KNN and FunkSVD Collaborative Filtering. It is developed and maintained by Gabriel Sepúlveda and Vicente Domínguez, advised by Prof. Denis Parra, all of them in Computer Science Department at PUC Chile, IA Lab and SocVis Lab.
  • Updated May 9, 2020
  • C++

Improve this page

Add a description, image, and links to the svd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the svd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.