All Projects → vene → pyowl

vene / pyowl

Licence: BSD-3-Clause license
Ordered Weighted L1 regularization for classification and regression in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pyowl

SimpleGP
Simple Genetic Programming for Symbolic Regression in Python3
Stars: ✭ 20 (-61.54%)
Mutual labels:  regression
StoreItemDemand
(117th place - Top 26%) Deep learning using Keras and Spark for the "Store Item Demand Forecasting" Kaggle competition.
Stars: ✭ 24 (-53.85%)
Mutual labels:  regression
DataScience ArtificialIntelligence Utils
Examples of Data Science projects and Artificial Intelligence use cases
Stars: ✭ 302 (+480.77%)
Mutual labels:  regression
regression-python
In this repository you can find many different, small, projects which demonstrate regression techniques using python programming language
Stars: ✭ 15 (-71.15%)
Mutual labels:  regression
MachineLearning
Machine learning for beginner(Data Science enthusiast)
Stars: ✭ 104 (+100%)
Mutual labels:  regression
GaNDLF
A generalizable application framework for segmentation, regression, and classification using PyTorch
Stars: ✭ 77 (+48.08%)
Mutual labels:  regression
php-chess
A chess library for PHP.
Stars: ✭ 42 (-19.23%)
Mutual labels:  regression
prediction
Tidy, Type-Safe 'prediction()' Methods
Stars: ✭ 86 (+65.38%)
Mutual labels:  regression
bob
Bob is a free signal-processing and machine learning toolbox originally developed by the Biometrics group at Idiap Research Institute, in Switzerland. - Mirrored from https://gitlab.idiap.ch/bob/bob
Stars: ✭ 38 (-26.92%)
Mutual labels:  regression
lolo
A random forest
Stars: ✭ 37 (-28.85%)
Mutual labels:  regression
polyssifier
run a multitude of classifiers on you data and get an AUC report
Stars: ✭ 64 (+23.08%)
Mutual labels:  regression
FixedEffectjlr
R interface for Fixed Effect Models
Stars: ✭ 20 (-61.54%)
Mutual labels:  regression
combining3Dmorphablemodels
Project Page of Combining 3D Morphable Models: A Large scale Face-and-Head Model - [CVPR 2019]
Stars: ✭ 80 (+53.85%)
Mutual labels:  regression
tensorscript
REPO MOVED TO https://repetere.github.io/jsonstack-model - Deep Learning Classification, Clustering, LSTM Time Series and Regression with Tensorflow
Stars: ✭ 37 (-28.85%)
Mutual labels:  regression
Statistical-Learning-using-R
This is a Statistical Learning application which will consist of various Machine Learning algorithms and their implementation in R done by me and their in depth interpretation.Documents and reports related to the below mentioned techniques can be found on my Rpubs profile.
Stars: ✭ 27 (-48.08%)
Mutual labels:  regularization
numerics
library of numerical methods using Armadillo
Stars: ✭ 17 (-67.31%)
Mutual labels:  regression
smogn
Synthetic Minority Over-Sampling Technique for Regression
Stars: ✭ 238 (+357.69%)
Mutual labels:  regression
sparsebn
Software for learning sparse Bayesian networks
Stars: ✭ 41 (-21.15%)
Mutual labels:  regularization
Magni
A package for AFM image reconstruction and compressed sensing in general
Stars: ✭ 37 (-28.85%)
Mutual labels:  sparsity
hyperstar
Hyperstar: Negative Sampling Improves Hypernymy Extraction Based on Projection Learning.
Stars: ✭ 24 (-53.85%)
Mutual labels:  regularization

pyowl: Ordered Weighted L1 Regularization in Python

OWL vs Lasso example

The OWL norm generalizes L1, L_inf and OSCAR. In particular, OSCAR selects coefficients in groups with equal values, therefore handling highly correlated features in a robust way.

Also known as Sorted L1 norm or SLOPE.

This implementation manages to be very short thanks to the awesome scientific python ecosystem.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].