Scientific Software
Updated 6 months ago

piecewise-regression (aka segmented regression) in Python — Peer-reviewed • Rank 17.7 • Science 93%

piecewise-regression (aka segmented regression) in Python - Published in JOSS (2021)

Economics Engineering (40%)
Scientific Software · Peer-reviewed
Scientific Software
Updated 6 months ago

IKPLS — Peer-reviewed • Rank 9.1 • Science 95%

IKPLS: Improved Kernel Partial Least Squares and Fast Cross-Validation Algorithms for Python with CPU and GPU Implementations Using NumPy and JAX - Published in JOSS (2024)

Scientific Software
Updated 6 months ago

LinRegOutliers — Peer-reviewed • Rank 7.8 • Science 95%

LinRegOutliers: A Julia package for detecting outliers in linear regression - Published in JOSS (2021)

Scientific Software · Peer-reviewed
Scientific Software
Updated 6 months ago

VBLinLogit — Peer-reviewed • Rank 3.5 • Science 93%

VBLinLogit: Variational Bayesian linear and logistic regression - Published in JOSS (2019)

Earth and Environmental Sciences (40%) Economics (40%)
Scientific Software · Peer-reviewed
Updated 6 months ago

@stdlib/datasets-harrison-boston-house-prices • Rank 3.8 • Science 57%

A dataset derived from information collected by the US Census Service concerning housing in Boston, Massachusetts (1978).

Updated 6 months ago

@stdlib/datasets-harrison-boston-house-prices-corrected • Rank 3.0 • Science 57%

A (corrected) dataset derived from information collected by the US Census Service concerning housing in Boston, Massachusetts (1978).

Updated 6 months ago

@stdlib/datasets-pace-boston-house-prices • Rank 2.7 • Science 57%

A (corrected) dataset derived from information collected by the US Census Service concerning housing in Boston, Massachusetts (1978).

Updated 6 months ago

bruceR • Rank 12.8 • Science 39%

📦 BRoadly Useful Convenient and Efficient R functions that BRing Users Concise and Elegant R data analyses.

Updated 6 months ago

msaenet • Rank 10.3 • Science 39%

🧲 Multi-step adaptive estimation for reducing false positive selection in sparse regressions

Updated 6 months ago

skpr • Rank 16.7 • Science 26%

Generates and evaluates D, I, A, Alias, E, T, G, and custom optimal designs. Supports generation and evaluation of mixture and split/split-split/N-split plot designs. Includes parametric and Monte Carlo power evaluation functions. Provides a framework to evaluate power using functions provided in other packages or written by the user.

Updated 6 months ago

hdnom • Rank 14.5 • Science 26%

🔮 Benchmarking and visualization toolkit for penalized Cox models

Updated 4 months ago

https://github.com/friendly/vis-mlm-book • Rank 2.8 • Science 26%

Github repo for my in-progress book, "Visualizing Multivariate Data and Models in R" to be published by Taylor & Francis (CRC Press), 2026

Updated 6 months ago

lassopv • Rank 7.1 • Science 20%

Nonparametric P-Value Estimation for Predictors in Lasso

Updated 6 months ago

ILSE • Rank 6.9 • Science 13%

Iterative Least Square Estimation or Full Information Maximum Likelihood Estimation for Linear Regression When Data Include Missing Values.

Updated 6 months ago

house-price-prediction-regression-modeling • Science 44%

House price prediction involves analyzing data points to estimate the value of a residential property using statistical techniques such as regression analysis and machine learning algorithms. It is useful for both buyers and sellers in making informed decisions based on market trends and property values.

Updated 6 months ago

dftbonddependency • Science 57%

Repository to calculate bond based correction to reaction energy from low-level DFT

Updated 6 months ago

DPI • Science 39%

🛸 The Directed Prediction Index (DPI): Quantifying Relative Endogeneity of Outcome Versus Predictor Variables.

Updated 6 months ago

https://github.com/aarnasi/ml-scikit-learn • Science 13%

Traditional machine learning (ML) demonstrations for data analysis and predictive modeling.

Updated 6 months ago

stock-market-prediction-web-app-using-machine-learning-and-sentiment-analysis • Science 67%

Stock Market Prediction Web App based on Machine Learning and Sentiment Analysis of Tweets (API keys included in code). The front end of the Web App is based on Flask and Wordpress. The App forecasts stock prices of the next seven days for any given stock under NASDAQ or NSE as input by the user. Predictions are made using three algorithms: ARIMA, LSTM, Linear Regression. The Web App combines the predicted prices of the next seven days with the sentiment analysis of tweets to give recommendation whether the price is going to rise or fall

Updated 6 months ago

maars • Science 44%

An R implementation of Models As Approximations

Updated 5 months ago

https://github.com/dadananjesha/simple-linear-regression • Science 13%

Simple Linear Regression in Python is an educational project demonstrating how to perform linear regression analysis using Python.