Releases: AdametherzLab/regression-simple
Release list
v0.10.0
v0.9.0
Interactive Plotting in Browser — Allow users to visualize regression results directly in their web browser with interactive features like zooming and panning.
v0.8.0
Interactive Regression Plotter — Allow users to visualize their data points, the fitted regression line/curve, and prediction intervals directly in a web browser.
v0.7.0
Additional Regression Models (e.g., Exponential, Logarithmic) — Allow users to fit data to a wider variety of common non-linear relationships beyond just polynomial, increasing the utility for diverse datasets.
v0.6.0
Weighted Regression — Allow users to assign different importance to data points, improving model accuracy for varied data reliability.
v0.5.0
Additional Regression Models (e.g., Power, Logistic) — Expand the utility of the library by offering a wider range of regression models to fit different types of data relationships.
v0.4.0
Additional Regression Models (Power, Logistic) — Expand the utility of the library by offering more curve fitting options for diverse data patterns.
v0.3.0
Support for additional regression models (e.g., exponential, logarithmic) — Allow users to fit their data to a wider variety of common non-linear relationships, expanding the utility of the library beyond polynomial models.
v0.2.0
Export Regression Results — Allow users to easily save the regression coefficients, R-squared, and prediction intervals to a file for further analysis or reporting.
v0.1.0
Initial release — Linear + polynomial regression with prediction intervals and R-squared