Skip to content

Commit

Permalink
Merge cb14c8a into 2b5002a
Browse files Browse the repository at this point in the history
  • Loading branch information
lusob committed Apr 17, 2018
2 parents 2b5002a + cb14c8a commit 8b26024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Here is a short example for using the package.
(x_train, y_train), (x_test, y_test) = mnist.load_data()
clf = ak.ImageClassifier()
clf.fit(x_train, y_train)
results = clf.predict(y_test)
results = clf.predict(x_test)

For the repository on GitHub visit [Auto-Keras on GitHub](https://github.com/jhfjhfj1/autokeras).

0 comments on commit 8b26024

Please sign in to comment.