Update readme.md
This commit is contained in:
parent
5e4041502c
commit
ff2282d0a8
|
@ -8,7 +8,7 @@ I used a dataset from Kaggle [Health Care Cost Analysis](https://www.kaggle.com/
|
|||
|
||||
Otherwise, the current files in this directory are:
|
||||
|
||||
- [CleaningUpData.py](https://nunosempere.github.io/maths-prog/MachineLearningDemystified/CleaningUpData.py). I couldn't work with the dataset directly, so I tweaked it somewhat.
|
||||
- [AlgorithmsClassification.py](https://nunosempere.github.io/maths-prog/MachineLearningDemystified/AlgorithmsClassification.py). As a first exercise, I try to predict whether the medical bills of a particular individual are higher than the mean of the dataset. Some algorithms, like Naïve Bayes, are not really suitable for regression, but are great for predicting classes.
|
||||
- [AlgorithmsRegression,py](https://nunosempere.github.io/maths-prog/MachineLearningDemystified/AlgorithmsRegression,py). I try to predict the healthcare costs of a particular individual, using all the features in the dataset.
|
||||
- [CleaningUpData.py](https://github.com/NunoSempere/nunosempere.github.io/blob/master/maths-prog/MachineLearningDemystified/CleaningUpData.py). I couldn't work with the dataset directly, so I tweaked it somewhat.
|
||||
- [AlgorithmsClassification.py](https://github.com/NunoSempere/nunosempere.github.io/blob/master/maths-prog/MachineLearningDemystified/AlgorithmsClassification.py). As a first exercise, I try to predict whether the medical bills of a particular individual are higher than the mean of the dataset. Some algorithms, like Naïve Bayes, are not really suitable for regression, but are great for predicting classes.
|
||||
- [AlgorithmsRegression,py](https://github.com/NunoSempere/nunosempere.github.io/blob/master/maths-prog/MachineLearningDemystified/AlgorithmsRegression,py). I try to predict the healthcare costs of a particular individual, using all the features in the dataset.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user