Skip to content
View qtle3's full-sized avatar
  • 16:35 (UTC -05:00)

Highlights

  • Pro

Block or report qtle3

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. multiple-linear-regression multiple-linear-regression Public

    A Python implementation of multiple linear regression to predict the profit of startups based on their spending in R&D, Administration, Marketing, and the state they operate in.

    Python 1

  2. simple-linear-regression simple-linear-regression Public

    A Python script that implements a simple linear regression model to predict employee salaries based on years of experience, with predictions for mid-level and senior-level roles.

    Python 1

  3. polynomial-regression polynomial-regression Public

    This project demonstrates the use of both Linear and Polynomial Regression models to predict salaries based on the position level of employees. By using a dataset that contains position levels and …

    Python 1

  4. support-vector-regression support-vector-regression Public

    This project implements Support Vector Regression (SVR) to predict the salary of an employee based on their position level. The script uses a dataset that contains position levels and corresponding…

    Python 1

  5. decision-tree-regression decision-tree-regression Public

    This project implements **Decision Tree Regression** to predict the salary of an employee based on their position level. By using a dataset containing position levels and their corresponding salari…

    Python

  6. random-forest-regressor random-forest-regressor Public

    This project implements **Random Forest Regression** to predict the salary of an employee based on their position level. Using a dataset that includes position levels and corresponding salaries, th…

    Python