An open API service indexing awesome lists of open source software.

https://github.com/haimgoldfisher/data_sience_intro_final_project

Final project of the Data Sience Intro course, Ariel university.
https://github.com/haimgoldfisher/data_sience_intro_final_project

bayes classification decision-trees diamond kaggle knn-classification linear-regression logistic-regression numpy pandas regression scikitlearn-machine-learning sklearn wine

Last synced: 3 months ago
JSON representation

Final project of the Data Sience Intro course, Ariel university.

Awesome Lists containing this project

README

          

# Data Sience Intro Course - Final Project

---------

### Part I : Probability, Bayes' Theorem

Answers to questions on various topics in probability.
Including conditional probability, Bayes' theorem and expected value.

---------

### Part II : Programming Exercises

Questions that focus on programming, such as converting decimal numbers.
Also, a variety of questions about the dataset 'cast': panads library, ploting, groupby and more.

---------

### Part III : Machine Learning (included two notebooks):

---------

### NoteBook 1: Classification

If you're not a color blind, you'll probably think this model is a kind of silly. Because the next model is going to reveal something that is not so hard to notice. In this model we are going to find out if it is possible to know the color of a wine (red or white) based on it's data. I think it may sound simple, however it can give us an explanation for whether there is a significant difference between red and white wine, or not.

Link to kaggle: https://www.kaggle.com/haimgoldfisher/wine-type-classifier

---------

### NoteBook 2: Regression

Familiar with the well-known phrase "Diamonds are forever"? Did you ever hear Marilyn Monroe's song "Diamonds are a girl's best friend"? So much has been written and said about this shiny crystal. But there is one thing that everyone agrees on, people just love diamonds. Have you ever wondered how the price of a diamond can be estimated? In the above model we will try to predict the price of a diamond based on its data. You may not need to be such a great expert to understand how much it is worth paying for a diamond ring.

Link to kaggle: https://www.kaggle.com/haimgoldfisher/diamond-price-prediction

---------

@ Haim Goldfisher