-
Updated
Jul 3, 2020 - Python
pca
Here are 927 public repositories matching this topic...
-
Updated
Jul 4, 2020 - Jupyter Notebook
-
Updated
Jun 18, 2020 - Jupyter Notebook
-
Updated
Apr 14, 2020 - Python
-
Updated
Jun 4, 2020 - C++
-
Updated
Feb 17, 2020 - Jupyter Notebook
-
Updated
Nov 3, 2018 - Java
-
Updated
Jun 23, 2019 - Python
-
Updated
Jul 12, 2018 - R
-
Updated
Apr 19, 2020 - R
add bart algorithm
We should add BART as one final algorithm after xgboost and before SuperLearner - it's usually the best single model and it would be helpful to explain it to people.
Apparently, the absolute path of the Travis build is used (/home/travis/...) instead of the relative path to the current page.
For example, Fs Peptide (in RAM) links (in the bottom) to [this page](http://msmbuilder.org/home/travis/build/msmbuilder/msmbuilder/docs/_build/html/examples/Fs-Peptide-in-RAM/Fs-Peptide-in-RAM.ipynb
-
Updated
Jan 10, 2019 - Jupyter Notebook
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-
Updated
Jul 19, 2018 - Python
expand vignette
Add sections on fast/slow code paths and which matrix classes work with which path, on memory use, and other internals.
-
Updated
Apr 15, 2019 - Python
-
Updated
Jun 22, 2020 - Python
-
Updated
Jul 15, 2018 - Python
-
Updated
Jul 28, 2019 - R
-
Updated
Oct 9, 2019 - Jupyter Notebook
-
Updated
Jun 19, 2020 - Python
-
Updated
Jul 12, 2019 - Jupyter Notebook
-
Updated
Apr 18, 2020 - C++
-
Updated
Jun 11, 2018 - MATLAB
-
Updated
May 8, 2020 - Python
We already talked about it, but it would be good to keep track with an issue.
Sphinx Gallery uses its own markup to define "input" and "output" cells. That's one more thing to "learn", and one more thing to maintain.
As an alternative, I've found nbsphinx, which allows for jupyter notebooks to be
-
Updated
May 12, 2020
Improve this page
Add a description, image, and links to the pca topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pca topic, visit your repo's landing page and select "manage topics."
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: