Created
January 6, 2019 15:13
-
-
Save ozgurshn/1c0bff9464262b7ab530ac328a61a71a to your computer and use it in GitHub Desktop.
Read CSV with MLDataTable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import CreateML | |
| import Foundation | |
| // 1. CSV'den veri alma | |
| var data = try MLDataTable(contentsOf: URL(fileURLWithPath: "/Users/ozgur/Documents/CreateMLFiles/dataset/bitmojiReviews.csv")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment