Skip to content

A Python project implementing polynomial regression to analyse and predict manufacturing-related data. Features include data preprocessing, model training, and visualisation of results. Ideal for exploring machine learning applications in manufacturing process optimisation.

License

Notifications You must be signed in to change notification settings

nurulashraf/polynomial-regression-manufacturing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Polynomial Regression in Manufacturing Analysis

This project demonstrates the application of Polynomial Regression to analyze and predict manufacturing performance metrics. It provides a practical implementation of this regression technique using Python libraries, visualizations, and real-world manufacturing data.

Features

  • Polynomial regression modeling for non-linear data.

  • Data preprocessing and exploratory analysis.

  • Model evaluation metrics for performance comparison.

  • Visualization of regression curves and predictions.

Requirements

  • Python 3.x

  • Libraries: numpy, pandas, matplotlib, sklearn

Usage

  1. Clone the repository:
git clone <repository-url>
  1. Install required dependencies:
pip install -r requirements.txt
  1. Open the Jupyter Notebook:
jupyter notebook Polynomial_Regression_Manufacturing.ipynb
  1. Follow the step-by-step implementation within the notebook.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A Python project implementing polynomial regression to analyse and predict manufacturing-related data. Features include data preprocessing, model training, and visualisation of results. Ideal for exploring machine learning applications in manufacturing process optimisation.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published