All Projects → Ohjeah → sparsereg

Ohjeah / sparsereg

Licence: MIT license
a collection of modern sparse (regularized) linear regression algorithms.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to sparsereg

srqm
An introductory statistics course for social scientists, using Stata
Stars: ✭ 43 (-21.82%)
Mutual labels:  linear-regression, regression-models
SecMML
SecMML: Secure MPC(multi-party computation) Machine Learning Framework
Stars: ✭ 91 (+65.45%)
Mutual labels:  linear-regression
Machinelearning ng
吴恩达机器学习coursera课程,学习代码(2017年秋) The Stanford Coursera course on MachineLearning with Andrew Ng
Stars: ✭ 181 (+229.09%)
Mutual labels:  linear-regression
Machine-Learning
🌎 I created this repository for educational purposes. It will host a number of projects as part of the process .
Stars: ✭ 38 (-30.91%)
Mutual labels:  linear-regression
Blasjs
Pure Javascript manually written 👌 implementation of BLAS, Many numerical software applications use BLAS computations, including Armadillo, LAPACK, LINPACK, GNU Octave, Mathematica, MATLAB, NumPy, R, and Julia.
Stars: ✭ 241 (+338.18%)
Mutual labels:  linear-regression
machine learning course
Artificial intelligence/machine learning course at UCF in Spring 2020 (Fall 2019 and Spring 2019)
Stars: ✭ 47 (-14.55%)
Mutual labels:  linear-regression
Autofeat
Linear Prediction Model with Automated Feature Engineering and Selection Capabilities
Stars: ✭ 178 (+223.64%)
Mutual labels:  linear-regression
broomExtra
Helpers for regression analyses using `{broom}` & `{easystats}` packages 📈 🔍
Stars: ✭ 45 (-18.18%)
Mutual labels:  regression-models
pyloess
A simple implementation of the LOESS algorithm using numpy
Stars: ✭ 44 (-20%)
Mutual labels:  linear-regression
regression-python
In this repository you can find many different, small, projects which demonstrate regression techniques using python programming language
Stars: ✭ 15 (-72.73%)
Mutual labels:  regression-models
flatiron-school-data-science-curriculum-resources
Lesson material on data science and machine learning topics/concepts
Stars: ✭ 118 (+114.55%)
Mutual labels:  linear-regression
Python-AndrewNgML
Python implementation of Andrew Ng's ML course projects
Stars: ✭ 24 (-56.36%)
Mutual labels:  linear-regression
bess
Best Subset Selection algorithm for Regression, Classification, Count, Survival analysis
Stars: ✭ 14 (-74.55%)
Mutual labels:  regression-models
Nakedtensor
Bare bone examples of machine learning in TensorFlow
Stars: ✭ 2,443 (+4341.82%)
Mutual labels:  linear-regression
hdnom
Benchmarking and Visualization Toolkit for Penalized Cox Models
Stars: ✭ 36 (-34.55%)
Mutual labels:  linear-regression
Deeplearning.ai
该存储库包含由deeplearning.ai提供的相关课程的个人的笔记和实现代码。
Stars: ✭ 181 (+229.09%)
Mutual labels:  linear-regression
ecs-ansible-packer-terraform-wordpress
Proof of concept: Install wordpress environment using ansible, packer, docker, terraform and AWS.
Stars: ✭ 29 (-47.27%)
Mutual labels:  efs
SLOPE
Sorted L1 Penalized Estimation
Stars: ✭ 16 (-70.91%)
Mutual labels:  sparse-regression
Machine-Learning-Notebooks
15+ Machine/Deep Learning Projects in Ipython Notebooks
Stars: ✭ 66 (+20%)
Mutual labels:  linear-regression
mathematics-statistics-for-data-science
Mathematical & Statistical topics to perform statistical analysis and tests; Linear Regression, Probability Theory, Monte Carlo Simulation, Statistical Sampling, Bootstrapping, Dimensionality reduction techniques (PCA, FA, CCA), Imputation techniques, Statistical Tests (Kolmogorov Smirnov), Robust Estimators (FastMCD) and more in Python and R.
Stars: ✭ 56 (+1.82%)
Mutual labels:  linear-regression

sparsereg

travis pypi codecov zenodo

sparsereg is a collection of modern sparse (regularized) regression algorithms.

Installation

pip install sparsereg

Citation

If you use sparsereg please consider a citation:

@misc{markus_quade_sparsereg,
  author       = {Markus Quade},
  title        = {sparsereg - collection of modern sparse regression algorithms},
  month        = feb,
  year         = 2018,
  doi          = {10.5281/zenodo.1173754},
  url          = {https://github.com/ohjeah/sparsereg}
}

Implemented algorithms

  • Mcconaghy, T. (2011). FFX: Fast, Scalable, Deterministic Symbolic Regression Technology. Genetic Programming Theory and Practice IX, 235-260. DOI: 10.1007/978-1-4614-1770-5_13
  • Brunton, Steven L., Joshua L. Proctor, and J. Nathan Kutz. “Discovering governing equations from data by sparse identification of nonlinear dynamical systems.” Proceedings of the National Academy of Sciences 113.15 (2016): 3932-3937. DOI: 10.1073/pnas.1517384113
  • Bouchard, Kristofer E. “Bootstrapped Adaptive Threshold Selection for Statistical Model Selection and Estimation.” arXiv preprint arXiv:1505.03511 (2015).
  • Ignacio Arnaldo, Una-May O’Reilly, and Kalyan Veeramachaneni. “Building Predictive Models via Feature Synthesis.” In Proceedings of the 2015 Annual Conference on Genetic and Evolutionary Computation (GECCO ’15), Sara Silva (Ed.). ACM, New York, NY, USA, 983-990. DOI: 10.1145/2739480.2754693
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].