This repository explores Supervised learning algorithms for classification and regression problems.
- Gaussian Naive Bayes
- Support Vector Machines
- Decision Trees
- Random Forests
- k-Nearest Neighbours
- Linear Regression
https://www.kaggle.com/harlfoxem/housesalesprediction
- id: notation for house
- date: date house was sold
- sqft_living: square footage of house
- bedrooms: number of bedrooms
- price: house price (prediction target) and so on...
https://archive.ics.uci.edu/ml/machine-learning-databases/iris/
- sepal length in cm
- sepal width in cm
- petal length in cm
- petal width in cm
- classes:
- Iris Setosa
- Iris Versicolour
- Iris Virginica