Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Aug 8, 2024
1 parent f63bffd commit c6343ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# [Polynomial Visualizer](https://dewmguy.github.io/PolynomialVisualizer/)
# Polynomial Visualizer [🔗](https://dewmguy.github.io/PolynomialVisualizer/)

This web application allows users to perform polynomial regression on a set of data points and visualize the resulting polynomial curve. The app provides an intuitive interface to input data points, configure polynomial order, and adjust coefficients interactively.

![Screenshot](screenshot.png?raw=true "Screenshot of Plotting Window")

### Features

- **Data Input**: Enter data points manually or via CSV input.
- **Data Input**: Enter data points.
- **Polynomial Regression**: Fit polynomial curves to the data points with adjustable order from 1 to 6.
- **Coefficient Adjustment**: Modify polynomial coefficients dynamically and see the effect on the curve in real-time.
- **Visualization**: Interactive plotting using Plotly, displaying both the fitted polynomial and the original data points.
Expand All @@ -16,7 +16,7 @@ This web application allows users to perform polynomial regression on a set of d

### Usage

1. **Input Data**: Enter data points in the provided input field or load from a CSV file.
1. **Input Data**: Enter data points in the provided input field.
2. **Set Polynomial Order**: Select the desired polynomial order (degree) for fitting.
3. **Adjust Coefficients**: Use the sliders or input fields to adjust the polynomial coefficients manually.
4. **Specify Intercept**: Optionally set a custom intercept value.
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c6343ba

Please sign in to comment.