Skip to content
#

pca

Here are 927 public repositories matching this topic...

Open Source Fast Scalable Machine Learning Platform For Smarter Applications: Deep Learning, Gradient Boosting & XGBoost, Random Forest, Generalized Linear Modeling (Logistic Regression, Elastic Net), K-Means, PCA, Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • Updated Jul 4, 2020
  • Jupyter Notebook
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
parameters
IndrajeetPatil
IndrajeetPatil commented Apr 17, 2020

For regressionBF, I don't know how to interpret the output from model_parameters and the documentation is not giving me any hints. Is this something we should add to the docs?

BayesFactor output

# setup
set.seed(123)
library(parameters)
library(BayesFactor)
#> Loading required package: coda
#> Loading required package: Matrix
#> ************
#> Welcome to BayesFactor 0.9

Improve this page

Add a description, image, and links to the pca 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 pca topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.