lasso
Here are 180 public repositories matching this topic...
-
Updated
Jun 23, 2020 - C
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:
- GPU implementation. It can use Thrust and other libraries as first step.
- Bindings for other languages (currently CTypes but soo
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 :)
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.
-
Updated
Mar 28, 2020 - Julia
-
Updated
Feb 13, 2020 - C++
-
Updated
Apr 9, 2019 - Python
-
Updated
Nov 14, 2018 - Python
-
Updated
Jun 24, 2020 - Julia
-
Updated
Jun 5, 2019 - Python
-
Updated
Jul 2, 2018 - MATLAB
-
Updated
Nov 20, 2018 - MATLAB
-
Updated
Mar 31, 2017 - Jupyter Notebook
-
Updated
Jun 4, 2020 - C++
-
Updated
Jun 20, 2020 - MATLAB
-
Updated
Aug 4, 2018 - Jupyter Notebook
-
Updated
Mar 12, 2020 - C++
-
Updated
Jun 10, 2020 - C++
-
Updated
May 28, 2020 - C++
-
Updated
Apr 23, 2018 - Jupyter Notebook
Improve this page
Add a description, image, and links to the lasso topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lasso topic, visit your repo's landing page and select "manage topics."
Describe the problem
After logging out, you can still pass vouch's validate handler with the captured cookie.
Expected behavior
vouch should not allowed a logged out session to re-use a cookie to log in.
Additional context
Steps to replicate
-- easiest method is