Skip to content
View qtle3's full-sized avatar
  • 03:34 (UTC -06:00)

Block or report qtle3

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. 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

  3. 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

  4. 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 1

  5. logistic-regression logistic-regression Public

    A Python implementation of Logistic Regression to classify social network ads based on age and estimated salary, featuring data visualization and performance metrics such as confusion matrix and ac…

    Python 1

  6. AdCampaignETL AdCampaignETL Public

    A PySpark-powered project for analyzing advertising campaign data. This project transforms raw CSV data into actionable insights, summarizing user engagement across demographics, income levels, and…

    Python