Skip to content
#

elastic-net

Here are 44 public repositories matching this topic...

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
tlienart
tlienart commented Aug 30, 2019

(see branch docs)

  • the fact that, when we can, we avoid doing hcat(X, 1)
  • use IterativeSolvers.cg and not IterativeSolvers.lsqr as 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

It is From Analytics Vidhya Hackathons, Sponsored by Club Mahindra. It is based on Regression Problem, Where Accuracy matters the most, It is measured by RMSE Score. Different Techniques such as Stacking, Ensembling, Boosting and Scientific Operations such box-cox Operations to reduce skewness of the data.

  • Updated May 13, 2019
  • Jupyter Notebook

Sequential adaptive elastic net (SAEN) approach, complex-valued LARS solver for weighted Lasso/elastic-net problems, and sparsity (or model) order detection with an application to single-snapshot source localization.

  • Updated Mar 5, 2020
  • MATLAB

Improve this page

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

Learn more

You can’t perform that action at this time.