Skip to content

Commit 7dbf8b4

Browse files
Fixing README errors
1 parent 0c049e2 commit 7dbf8b4

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

boston_housing/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ The Boston housing market is highly competitive, and you want to be the best rea
44

55
This is a modified Boston housing dataset consists of 489 data points, with each data point having 3 features. This dataset is a modified version of the Boston Housing dataset found on the [UCI Machine Learning Repository](https://archive.ics.uci.edu/ml/datasets/Housing).
66

7-
**Dataset name**
7+
**Dataset name**
8+
89
> housing.csv
910
1011
**Features**
12+
1113
1. `RM`: average number of rooms per dwelling
1214
2. `LSTAT`: percentage of the population considered the lower status
1315
3. `PTRATIO`: pupil-teacher ratio by the town
1416

1517
**Target Variable**
18+
1619
4. `MEDV`: Median value of owner-occupied homes in $1000's (Price)
1720

1821
# Objective

height_weight/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33
Human Height and Weight are mostly hereditable, but lifestyles, diet, health, and environmental factors also play a role in determining an individual's physical characteristics. The dataset contains 25,000 synthetic records of human heights and weights of 18 years old children. These data were simulated based on a 1993 by a Growth Survey of 25,000 children from birth to 18 years of age recruited from Maternal and Child Health Centres (MCHC) and schools and were used to develop Hong Kong's current growth charts for weight, height, weight-for-age, weight-for-height and body mass index (BMI). See also the Major League Baseball Players Height and Weight dataset.
44

55
**Dataset name**
6+
67
> height_weight_small.csv
78
89
**Features**
10+
911
1. `Index`: id number of the row.
1012
2. `height`: height of the person.
1113
3. `weights`: weight of the person.
1214

1315
**Target Variable**
16+
1417
4. `weights`: weight of the person.
1518

1619
# Objective

kc_housing/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ This dataset contains house sale prices for King County, which includes Seattle.
44

55

66
**Dataset name**
7+
78
> kc_housing.csv
89
910
**Features**
11+
1012
1. `ida`: notation for a house.
1113
2. `date`: Date house was sold.
1214
3. `price`: Price is the prediction target.

weather_prediction/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Weather forecasting is the application of science and technology to predict the conditions of the atmosphere for a given location and time. People have attempted to predict the weather informally for millennia and formally since the 19th century. Weather forecasts are made by collecting quantitative data about the current state of the atmosphere at a given place and using meteorology to project how the atmosphere will change. In this exercise, you will use machine learning to predict the weather. You are given a dataset of weather history, and you're asked to give a model that predicts the weather, in this dataset you're also given no description about the dataset, this will make know how to deal with a dataset that you don't know anything about it.
44

55
**Dataset name**
6+
67
> weather.csv
78
89
**Features**
9-
Formatted Date
1010

1111
1. `Formatted Date`.
1212
2. `Summary`.
@@ -22,6 +22,7 @@ Formatted Date
2222
12. `Daily Summary`.
2323

2424
**Target Variable**
25+
2526
4. `Temperature`.
2627

2728
# Objective

0 commit comments

Comments
 (0)