elastic-net
Here are 44 public repositories matching this topic...
add pydocstyle
In most of the other projects I contribute to, we use pydocstyle to check conformity to PEP257. Once #259 is in, we can enable it by simply switching the line $ make flake to $ make pep. It's just a lot of errors, so it can be done when we are bored :)
-
Updated
Nov 3, 2018
-
Updated
Jul 2, 2018 - Jupyter Notebook
Documentation
(see branch docs)
- the fact that, when we can, we avoid doing
hcat(X, 1) - use
IterativeSolvers.cgand notIterativeSolvers.lsqras it allows specifying the operator as a linear map which is efficient and avoids copying when having to add a column for X; anyway it should be identical apart from pathological cases - robust regression with concomitant scale estimation, not do
-
Updated
May 20, 2020 - Jupyter Notebook
-
Updated
Feb 25, 2018 - Python
-
Updated
Sep 7, 2019 - R
-
Updated
Dec 9, 2018 - C++
-
Updated
Mar 19, 2020 - Julia
-
Updated
May 13, 2019 - Jupyter Notebook
-
Updated
Mar 5, 2020 - MATLAB
-
Updated
May 19, 2019 - Jupyter Notebook
On the following line, I believe that the sparsity is destroyed by the subtraction.
https://github.com/jolars/sgdnet/blob/7e9261a83263a616cc07053c47f5cde5c2333cdb/src/utils.h#L70
It is not necessarily a big problem since it is only temporarily destroyed for each column, but could still probably be better implemented through a for loop.
-
Updated
Aug 18, 2019 - C
-
Updated
Sep 10, 2019 - Python
-
Updated
Jun 21, 2020 - HTML
-
Updated
Apr 26, 2020 - C++
-
Updated
Nov 7, 2016 - Python
-
Updated
Aug 9, 2017 - Jupyter Notebook
-
Updated
Dec 3, 2018 - Jupyter Notebook
-
Updated
Feb 18, 2018 - SAS
-
Updated
Aug 14, 2018 - MATLAB
-
Updated
Jan 5, 2018 - C#
-
Updated
Jan 23, 2020 - Jupyter Notebook
-
Updated
May 1, 2020 - Jupyter Notebook
-
Updated
Jun 21, 2020 - Stata
-
Updated
Apr 3, 2020 - Fortran
-
Updated
Jun 29, 2019 - R
Improve this page
Add a description, image, and links to the elastic-net topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the elastic-net 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: