@@ -621,7 +621,7 @@ def get_metro_interstate_traffic_volume():
621621 replace_chars_in_file ('metro_interstate_traffic_volume.data' , ' ' , ' ' )
622622
623623
624- # Now we are in the position ot read the data, convert the time and date, and movel the labels
624+ # Now we are in the position to read the data, convert the time and date, and movel the labels
625625
626626
627627 data = load_raw_data ('metro_interstate_traffic_volume_short.data' , ',' , description_columns = 0 , date_column = 16 , date_sep = '-' , date_order = 'Ymd' , time_column = 17 , time_sep = ':' )
@@ -736,7 +736,7 @@ def get_tarvel_review_ratings():
736736 prepare_new_data_set_group_id ()
737737
738738
739- # Download the data and correct the mispelling of its name
739+ # Download the data and correct the misspelling of its name
740740
741741 download_and_save ('http://archive.ics.uci.edu/ml/machine-learning-databases/00485/google_review_ratings.csv' , 'travel_review_ratings.data' )
742742
@@ -1332,8 +1332,8 @@ def get_smartphone_human_activity():
13321332def get_artificial_characters ():
13331333
13341334 prepare_new_data_set_group_id ()
1335- #download_and_save('https://archive.ics.uci.edu/ml/machine-learning-databases/artificial-characters/character.tar.Z', 'artficial_characters .tar.Z')
1336- #download_and_save('https://archive.ics.uci.edu/ml/machine-learning-databases/artificial-characters/character.names', 'artficial_characters .description')
1335+ #download_and_save('https://archive.ics.uci.edu/ml/machine-learning-databases/artificial-characters/character.tar.Z', 'artificial_characters .tar.Z')
1336+ #download_and_save('https://archive.ics.uci.edu/ml/machine-learning-databases/artificial-characters/character.names', 'artificial_characters .description')
13371337
13381338 print ("Artificial Characters is currently not processed since:" )
13391339 print (" - the data comes in a rather convoluted form" )
@@ -1534,7 +1534,7 @@ def get_thyroids():
15341534 download_and_save ('https://archive.ics.uci.edu/ml/machine-learning-databases/thyroid-disease/dis.test' , 'thyroid_dis.test.data' )
15351535 download_and_save ('https://archive.ics.uci.edu/ml/machine-learning-databases/thyroid-disease/dis.names' , 'thyroid_dis.description' )
15361536
1537- # new-thyroid.data only contains 215 samples and is thus ommitted
1537+ # new-thyroid.data only contains 215 samples and is thus omitted
15381538
15391539 download_and_save ('http://archive.ics.uci.edu/ml/machine-learning-databases/thyroid-disease/hypothyroid.data' , 'thyroid_hypo.data' )
15401540 download_and_save ('http://archive.ics.uci.edu/ml/machine-learning-databases/thyroid-disease/hypothyroid.names' , 'thyroid_hypo.description' )
@@ -2819,7 +2819,7 @@ def get_wave_energy():
28192819
28202820 # For each of the 4 data sets, the last column contains the sum of columns 32 to 47.
28212821 # I assume the last column is the label and columns 32 to 47 are intermediate results
2822- # and that only the first 32 colums should be used as features.
2822+ # and that only the first 32 columns should be used as features.
28232823 indices = range (32 , 48 )
28242824
28252825 data_adelaide = load_raw_data ('WECs_DataSet/Adelaide_Data.csv' , sep = ',' )
0 commit comments