From d6071d6f7e98713c714fcd6fa96d9d49c4a0f60d Mon Sep 17 00:00:00 2001 From: Montana Low Date: Fri, 24 Nov 2023 09:21:21 -0800 Subject: [PATCH] make DROPs safer by default --- .../migrations/20221129170843_notebooks_data.up.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pgml-dashboard/migrations/20221129170843_notebooks_data.up.sql b/pgml-dashboard/migrations/20221129170843_notebooks_data.up.sql index 948075038..37b3d71d8 100644 --- a/pgml-dashboard/migrations/20221129170843_notebooks_data.up.sql +++ b/pgml-dashboard/migrations/20221129170843_notebooks_data.up.sql @@ -555,11 +555,11 @@ INSERT INTO pgml.notebook_cells VALUES (153, 6, 3, 18, 1, 'SELECT pgml.normalize INSERT INTO pgml.notebook_cells VALUES (63, 1, 1, 58, 1, 'At this point, the primary limitation of our model is the amount of data, the number of examples we have to train it on. Luckily, as time marches on, and data accumulates in the database, we can simply retrain this model with additional calls to `pgml.train` and watch it adjust as new information becomes available.', '

At this point, the primary limitation of our model is the amount of data, the number of examples we have to train it on. Luckily, as time marches on, and data accumulates in the database, we can simply retrain this model with additional calls to pgml.train and watch it adjust as new information becomes available.

', NULL, NULL); INSERT INTO pgml.notebook_cells VALUES (64, 1, 3, 59, 1, '-- If you''d like to start this tutorial over, you can clear out the tables we created. -- use Ctrl-/ to comment/uncomment blocks in this editor. -DROP TABLE IF EXISTS products CASCADE; -DROP TABLE IF EXISTS orders CASCADE; -DROP TABLE IF EXISTS line_items CASCADE; -DROP TABLE IF EXISTS chargebacks CASCADE; -DROP TABLE IF EXISTS payments CASCADE;', NULL, NULL, NULL); +-- DROP TABLE IF EXISTS products CASCADE; +-- DROP TABLE IF EXISTS orders CASCADE; +-- DROP TABLE IF EXISTS line_items CASCADE; +-- DROP TABLE IF EXISTS chargebacks CASCADE; +-- DROP TABLE IF EXISTS payments CASCADE;', NULL, NULL, NULL); INSERT INTO pgml.notebook_cells VALUES (65, 2, 1, 1, 1, 'Binary classification means categorizing data into 2 categories. Usually these are categories like: - `True` or `False` pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy