Skip to content

ReeseSThomp/School-Unsup-ML-Final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Data analysis for car prices

This project will focus on an analysis of a data-set showing car price data. The analysis will perform initial data cleanup and validation and unsupervised learning.

Installation

To install:

  • Download and Install Anaconda:
  • Go to Anaconda’s official website.
  • Download the appropriate version for your operating system.
  • Run the installer and follow the on-screen instructions.
  • Verify Installation:
  • Open your terminal or command prompt.
  • Run the command:
conda --version

If the version number is displayed, Anaconda is installed correctly.

Launching Jupyter Notebook

  • Activate the Anaconda Environment (Optional):
conda activate <environment_name>
  • Start Jupyter Notebook:
  • Open your terminal or Anaconda Prompt.
  • Run:
jupyter notebook

This will open Jupyter Notebook in your default web browser.

Data

This repo features an adjusted data set of patient health data, including dummy data to help skew results for testing validation.

The data file is located at ./data/car_price_dataset.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published