Upload a CSV file from your computer
+
+
+
+ diff --git a/app/server/templates/admin/dataset_upload.html b/app/server/templates/admin/dataset_upload.html new file mode 100644 index 00000000..d537dcac --- /dev/null +++ b/app/server/templates/admin/dataset_upload.html @@ -0,0 +1,37 @@ +{% extends "admin/admin_base.html" %} {% load static %} {% block content-area %} +
+ To build a custom model, you first need to import a set of text items to train it. Generally the more text items the better. + Each item should be categorized with a label (labels are essential for telling the model how to classify text). AutoML + Natural Language currently supports English text only. +
+ +Upload a CSV file from your computer
+