Skip to content

Commit 38e28f3

Browse files
committed
Remove company name
1 parent 2cf777d commit 38e28f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/team-data-science-process/create-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Let's use the experiment [Demand forecasting of bikes rentals](https://gallery.a
3737

3838
### Bike rental dataset
3939

40-
The dataset, "Bike Rental UCI dataset" is based on real data from the Capital Bikeshare company. It represents the number of bike rentals within a specific hour of a day for the years 2011 and 2012. It contains 17,379 rows and 17 columns.
40+
The [Bike Rental UCI dataset](http://archive.ics.uci.edu/ml/datasets/Bike+Sharing+Dataset/) is based on real data from a bike share company based in the United States. It represents the number of bike rentals within a specific hour of a day for the years 2011 and 2012. It contains 17,379 rows and 17 columns.
4141

4242
The raw feature set contains weather conditions (temperature/humidity/wind speed) and the type of the day (holiday/weekday). The field to predict is the count, which represents the bike rentals within a specific hour. Count ranges from 1 to 977.
4343

0 commit comments

Comments
 (0)