From 8cda980b810d4c4b8ff9eb225d6e3fab8be6ac73 Mon Sep 17 00:00:00 2001 From: <> Date: Tue, 12 Jul 2022 19:53:07 +0000 Subject: [PATCH] Deployed 0585a4e with MkDocs version: 1.3.0 --- 404.html | 10 +- examples/simple-mag/train/index.html | 10 +- examples/simple/data/data.ipynb | 19 +- examples/simple/data/index.html | 46 +- examples/simple/deploy/deploy.ipynb | 1 - examples/simple/deploy/index.html | 12 +- examples/simple/train/index.html | 10 +- explanation/explanation.md | 6 +- explanation/index.html | 17 +- how-to-guides/call-remote/index.html | 64 ++- how-to-guides/configure-service/index.html | 14 +- how-to-guides/create-service/index.html | 10 +- .../handle-training-data.md | 67 ++- how-to-guides/handle-training-data/index.html | 107 ++++- how-to-guides/install/index.html | 10 +- how-to-guides/large_file/index.html | 210 ++++------ how-to-guides/large_file/large_file.md | 125 +++--- how-to-guides/scraping/index.html | 14 +- how-to-guides/use-service/index.html | 24 +- how-to-guides/use-service/use-service.md | 2 +- index.html | 10 +- media/feedback.png | Bin 0 -> 47403 bytes media/thesis-frontpage.png | Bin 0 -> 140993 bytes reference/index.html | 392 ++++++++++++------ reference/large-file/index.html | 10 +- reference/utilities/index.html | 10 +- reference/views/index.html | 10 +- search/search_index.json | 2 +- sitemap.xml.gz | Bin 211 -> 211 bytes tutorial/deploy/index.html | 10 +- tutorial/index.html | 12 +- tutorial/index.md | 2 +- tutorial/train/index.html | 10 +- 33 files changed, 782 insertions(+), 464 deletions(-) create mode 100644 media/feedback.png create mode 100644 media/thesis-frontpage.png diff --git a/404.html b/404.html index 2bc377d..f255d00 100644 --- a/404.html +++ b/404.html @@ -403,7 +403,7 @@
Upload the dataset (or a part of it) to a central repository using great_ai.add_ground_truth. This step automatically tags each datapoint with a split label according to the ratios we set. Additional tags can be also given.
Upload the dataset (or a part of it) to a central repository using great_ai.add_ground_truth. This step automatically tags each data-point with a split label according to the ratios we set. Additional tags can be also given.
The MongoDB driver is automatically configured if mongo.ini exists with the following scheme:
mongo_connection_string=mongodb://localhost:27017/
mongo_database=my_great_ai_db
diff --git a/examples/simple/deploy/deploy.ipynb b/examples/simple/deploy/deploy.ipynb
index 62cbca5..e27cc23 100644
--- a/examples/simple/deploy/deploy.ipynb
+++ b/examples/simple/deploy/deploy.ipynb
@@ -202,7 +202,6 @@
"\n",
" # Configure matplotlib to have nice, high-resolution charts\n",
" %matplotlib inline\n",
- "\n",
" plt.rcParams[\"figure.figsize\"] = (30, 15)\n",
" plt.rcParams[\"figure.facecolor\"] = \"white\"\n",
" plt.rcParams[\"font.size\"] = 12\n",
diff --git a/examples/simple/deploy/index.html b/examples/simple/deploy/index.html
index f88a687..9789211 100644
--- a/examples/simple/deploy/index.html
+++ b/examples/simple/deploy/index.html
@@ -408,7 +408,7 @@
A lot more details and discussion about the problem context and approaches of GreatAI can be found in my thesis.
+A lot more details and discussion about the problem context and approaches of GreatAI along with its evaluation can be found in my thesis.
+