Skip to content

Instantly share code, notes, and snippets.

@ozgurshn
Created January 6, 2019 15:13
Show Gist options
  • Save ozgurshn/1c0bff9464262b7ab530ac328a61a71a to your computer and use it in GitHub Desktop.
Save ozgurshn/1c0bff9464262b7ab530ac328a61a71a to your computer and use it in GitHub Desktop.
Read CSV with MLDataTable
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