Skip to content

Commit

Permalink
Merge pull request #58 from wengzejia1/master
Browse files Browse the repository at this point in the history
little modification
  • Loading branch information
ichn-hu authored Mar 28, 2019
2 parents 21a586b + c9ba3ee commit 4cc9217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assignment-2/handout/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_text_classification_datasets():
print("In testing dataset:")
print('Samples:', len(dataset_test.data))
print('Categories:', len(dataset_test.target_names))

return dataset_train, dataset_test

if __name__ == "__main__":
d = get_linear_seperatable_2d_2c_dataset()
Expand Down

0 comments on commit 4cc9217

Please sign in to comment.