You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by zh...@apache.org on 2023/06/10 09:35:31 UTC

[singa] branch dev-postgresql updated: Init the model selection examples, and add README.md

This is an automated email from the ASF dual-hosted git repository.

zhaojing pushed a commit to branch dev-postgresql
in repository https://gitbox.apache.org/repos/asf/singa.git


The following commit(s) were added to refs/heads/dev-postgresql by this push:
     new 12b9204d Init the model selection examples, and add README.md
     new 32f018aa Merge pull request #1065 from NLGithubWP/add_model_selection_psql
12b9204d is described below

commit 12b9204d220843d5e081b8167b4b98a47dce6693
Author: working <57...@users.noreply.github.com>
AuthorDate: Wed May 31 20:41:00 2023 +0800

    Init the model selection examples, and add README.md
---
 examples/model_selection_psql/README.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/examples/model_selection_psql/README.md b/examples/model_selection_psql/README.md
new file mode 100644
index 00000000..c78fca5f
--- /dev/null
+++ b/examples/model_selection_psql/README.md
@@ -0,0 +1,22 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+# Two-Phase Model Selection on PostgreSQL 
+
+Examples inside this folder show how to select a well-performing model using SInga inside RDBMS, such as PostgreSQL.
\ No newline at end of file