Giter Site home page Giter Site logo

scus3 / wage-regression-analysis Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 19 KB

This project provides a comprehensive guide to implementing PCA from scratch and validating it using scikit-learn's implementation. The visualizations help in understanding the data's variance and the effectiveness of dimensionality reduction.

Python 100.00%
data-loading-and-parsing feature-engineering linear-regression model-training-and-evaluation polynomial-kernel radial-basis-function support-vector-machines wage-regression-analysis error-metrics model-compression pandas-library python scikit-learn

wage-regression-analysis's Introduction

Wage Regression Analysis

This repository contains a Python implementation of wage regression analysis using Linear Regression and Support Vector Regression (SVR) models. The project aims to predict hourly wages based on various factors such as education level, years of experience, and job type.

Project Overview

The project includes the following key components:

  1. Data Loading and Preprocessing: Loading the training and test datasets using Pandas, preprocessing the data, and computing the hourly wage.

  2. Linear Regression Model: Training a Linear Regression model to predict hourly wages and evaluating its performance on both training and test datasets.

  3. Support Vector Regression (SVR): Training SVR models with polynomial and radial basis function (RBF) kernels and evaluating their performance.

Features

  • Data Loading and Preprocessing: Loading CSV files using Pandas and preprocessing missing values.
  • Linear Regression: Training a Linear Regression model to predict hourly wages and evaluating its performance.
  • Support Vector Regression (SVR): Training SVR models with polynomial and RBF kernels and evaluating their performance.
  • Error Calculation: Computing the sum of squared errors (SSE) for model evaluation.

Technologies Used

  • Python
  • Pandas
  • scikit-learn

Getting Started

Prerequisites

Ensure you have Python and the following libraries installed:

  • Pandas
  • scikit-learn

You can install the required libraries using pip:

pip install pandas scikit-learn

wage-regression-analysis's People

Contributors

scus3 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.