Found 44 repositories(showing 30)
Lekshmi2003-glitch
This repository contains implementations of Decision Tree, Logistic Regression, and Naïve Bayes models applied to the Iris and MTCars datasets. It explores classification and regression tasks, hyperparameter tuning, and performance evaluation using accuracy and RMSE, with visualizations for model interpretation.
CheetahCodes21
This R script analyzes the "mtcars" dataset, exploring variables like mpg, cylinder count, and horsepower. It visualizes the data and identifies the most fuel-efficient car model based on mpg, while also comparing average mpg between automatic and manual transmission cars.
samsark1996
A shiny app for exploring regression relations on mtcars data
This project explores and implements machine learning regression techniques to predict a car's fuel efficiency (measured in miles per gallon, mpg) using the classic mtcars dataset. It follows the CRISP-ML methodology, covering data preprocessing, exploratory data analysis (EDA), model training, evaluation, and deployment.
cparedesmx
Exploring mtcars
Joseph-kiguru
exploring the mtcars dataset
ReemKamal
Exploring and visualising mtcars dataset statistically.
Develop Data Products course shinyapp project
awuondarubby
My first R project exploring the mtcars dataset.
hakosh
No description available
Doris-WenZiYing
No description available
wilton2182
slidify presentation for Developing Data Products project describing mtcars Explorer Shiny app
Ibrahima-Bodian
Une application Shiny pour l’exploration interactive du jeu de données mtcars. Elle propose plusieurs visualisations (nuage de points, boxplot, histogramme) et un résumé statistique scindé, accompagnés d’une documentation intégrée.
thiagogarciavaz
Coursera :: DataScience Specialization :: Data Products :: Final Project
MarcoGigante
Interactive Shiny dashboard for exploring the mtcars dataset, created as a course project for Coursera “Developing Data Products”. Includes a dynamic app and a reproducible pitch presentation.
xavier-musy
A shiny app to explore variable correlation in mtcars data set
XDKaren
Mtcar data explorer for linear regression class
fabio-cancio-sena
Reproducible Pitch Presentation - Explore the relation between two mtcars variables
MR-1124
An R project for exploring and analyzing the mtcars dataset
stuart-n-wilson
Exploring different linear regression techniques using the mtcars dataset in R
olendorf
Description of using the mtcars data set to explore various features of knitr.
andreasxeno
Using the mtcars and cnbc dataset, I'm exploring the hierarchical clustering technique.
markculp0
Explores the use of multi-variable predictors on a regression line using the "mtcars" data set.
ozturkipec
Analysis of the classic mtcars dataset in R — exploring fuel efficiency, horsepower, and custom performance metrics.
Saurabh968896
Visualizing the mtcars dataset using Matplotlib to explore patterns, trends, and relationships in car performance and specifications.
Christ02
Interactive Shiny app for exploring mtcars data with point selection via hover, click, and brush, displaying selected points in a dynamic table.
ZhenyangCai
A regression project that exploring the "mtcars" dataset, including the data diagnostic, t-test and finding a parsimony model for predicting the MPG(per gallon one mile).
StevenBarden
This script creates a simple multivariate scatterplot using ggplot2 and the mtcars dataset to explore relationships between car weight, fuel efficiency, and cylinder count for a visual analytics assignment.
andreasxeno
Using the mtcars dataset, I'm exploring three different types of regression: (1) Lasso; (2) Ridge ; (3) StepLR . I'm providing my recommendations on which one is the most ideal.
AmanjotSinghSaini
An R project analyzing the mtcars dataset with summary statistics (mean, median, standard deviation) and visualizations. Includes histograms for MPG & HP and a scatterplot to explore the relationship between horsepower and fuel efficiency.