Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 12707ed

Browse files
Updates to reflect release renamed to 23ai (#361)
Oracle Database 23c was renamed to 23ai, and we are reflecting this in the Sample Code and the SQL code comments
1 parent bb25269 commit 12707ed

File tree

46 files changed

+101
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+101
-101
lines changed

‎machine-learning/sql/23c/README.md‎ renamed to ‎machine-learning/sql/23ai/README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle Database 23c Machine Learning for SQL examples
1+
# Oracle Database 23ai Machine Learning for SQL examples
22
Oracle Machine Learning for SQL is part of the Oracle Machine Learning family of technologies, and is the fastest way to access the heart of the Machine Learning inside every Oracle Database.
33

44
Following Oracle's philosophy of moving the algorithms and not the data, the execution of these 30+ parallel, scalable in-Database implementations of machine learning algorithms minimizes or eliminates data movement, achieving scalability, security, and accelerated time-to-model deployment.
@@ -53,7 +53,7 @@ Files on the current folder:
5353
* oml4sql-time-series-regression-dataset.sql - Time Series Regression - Dataset
5454
* oml4sql-time-series-regression.sql - Time Series Regression - Using a combination of ESM and GLM algorithms
5555

56-
#### Copyright (c) 2023 Oracle Corporation and its affiliates
56+
#### Copyright (c) 2024 Oracle Corporation and its affiliates
5757

5858
##### [The Universal Permissive License (UPL), Version 1.0](https://oss.oracle.com/licenses/upl/)
5959

‎machine-learning/sql/23c/dmsh.sql‎ renamed to ‎machine-learning/sql/23ai/dmsh.sql‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-----------------------------------------------------------------------
2-
-- Oracle Machine Learning for SQL (OML4SQL) 23c
2+
-- Oracle Machine Learning for SQL (OML4SQL) 23ai
33
--
44
-- Setup - Creates Demo Views and Tables - dmsh.sql
55
--
6-
-- Copyright (c) 2023 Oracle Corporation and/or its affilitiates.
6+
-- Copyright (c) 2024 Oracle Corporation and/or its affilitiates.
77
--
88
-- The Universal Permissive License (UPL), Version 1.0
99
--

‎machine-learning/sql/23c/dmshgrants.sql‎ renamed to ‎machine-learning/sql/23ai/dmshgrants.sql‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-----------------------------------------------------------------------
2-
-- Oracle Machine Learning for SQL (OML4SQL) 23c
2+
-- Oracle Machine Learning for SQL (OML4SQL) 23ai
33
--
44
-- Setup - Grants Privileges to Users - dmshgrants.sql
55
--
6-
-- Copyright (c) 2023 Oracle Corporation and/or its affilitiates.
6+
-- Copyright (c) 2024 Oracle Corporation and/or its affilitiates.
77
--
88
-- The Universal Permissive License (UPL), Version 1.0
99
--

‎machine-learning/sql/23c/oml4sql-anomaly-detection-1class-svm.sql‎ renamed to ‎machine-learning/sql/23ai/oml4sql-anomaly-detection-1class-svm.sql‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-----------------------------------------------------------------------
2-
-- Oracle Machine Learning for SQL (OML4SQL) 23c
2+
-- Oracle Machine Learning for SQL (OML4SQL) 23ai
33
--
44
-- Anomaly Detection - One Class SVM Algorithm
55
--
6-
-- Copyright (c) 2023 Oracle Corporation and/or its affilitiates.
6+
-- Copyright (c) 2024 Oracle Corporation and/or its affilitiates.
77
--
88
-- The Universal Permissive License (UPL), Version 1.0
99
--

‎machine-learning/sql/23c/oml4sql-anomaly-detection-em.sql‎ renamed to ‎machine-learning/sql/23ai/oml4sql-anomaly-detection-em.sql‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-----------------------------------------------------------------------
2-
-- Oracle Machine Learning for SQL (OML4SQL) 23c
2+
-- Oracle Machine Learning for SQL (OML4SQL) 23ai
33
--
44
-- Expectation Maximization - EM Algorithm for Anomaly Detection
55
--
6-
-- Copyright (c) 2023 Oracle Corporation and/or its affilitiates.
6+
-- Copyright (c) 2024 Oracle Corporation and/or its affilitiates.
77
--
88
-- The Universal Permissive License (UPL), Version 1.0
99
--

‎machine-learning/sql/23c/oml4sql-association-rules.sql‎ renamed to ‎machine-learning/sql/23ai/oml4sql-association-rules.sql‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-----------------------------------------------------------------------
2-
-- Oracle Machine Learning for SQL (OML4SQL) 23c
2+
-- Oracle Machine Learning for SQL (OML4SQL) 23ai
33
--
44
-- Association Rules - Apriori Algorithm - dmardemo.sql
55
--
6-
-- Copyright (c) 2023 Oracle Corporation and/or its affilitiates.
6+
-- Copyright (c) 2024 Oracle Corporation and/or its affilitiates.
77
--
88
-- The Universal Permissive License (UPL), Version 1.0
99
--

‎machine-learning/sql/23c/oml4sql-attribute-importance.sql‎ renamed to ‎machine-learning/sql/23ai/oml4sql-attribute-importance.sql‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-----------------------------------------------------------------------
2-
-- Oracle Machine Learning for SQL (OML4SQL) 23c
2+
-- Oracle Machine Learning for SQL (OML4SQL) 23ai
33
--
44
-- Attribute Importance - "EXPLAIN" function - dmaidemo.sql
55
--
6-
-- Copyright (c) 2023 Oracle Corporation and/or its affilitiates.
6+
-- Copyright (c) 2024 Oracle Corporation and/or its affilitiates.
77
--
88
-- The Universal Permissive License (UPL), Version 1.0
99
--

‎machine-learning/sql/23c/oml4sql-classification-decision-tree.sql‎ renamed to ‎machine-learning/sql/23ai/oml4sql-classification-decision-tree.sql‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-----------------------------------------------------------------------
2-
-- Oracle Machine Learning for SQL (OML4SQL) 23c
2+
-- Oracle Machine Learning for SQL (OML4SQL) 23ai
33
--
44
-- Classification - Decision Tree Algorithm - dmdtdemo.sql
55
--
6-
-- Copyright (c) 2023 Oracle Corporation and/or its affilitiates.
6+
-- Copyright (c) 2024 Oracle Corporation and/or its affilitiates.
77
--
88
-- The Universal Permissive License (UPL), Version 1.0
99
--

‎machine-learning/sql/23c/oml4sql-classification-glm.sql‎ renamed to ‎machine-learning/sql/23ai/oml4sql-classification-glm.sql‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-----------------------------------------------------------------------
2-
-- Oracle Machine Learning for SQL (OML4SQL) 23c
2+
-- Oracle Machine Learning for SQL (OML4SQL) 23ai
33
--
44
-- Classification - Generalized Linear Model Algorithm - dmglcdem.sql
55
--
6-
-- Copyright (c) 2023 Oracle Corporation and/or its affilitiates.
6+
-- Copyright (c) 2024 Oracle Corporation and/or its affilitiates.
77
--
88
-- The Universal Permissive License (UPL), Version 1.0
99
--

‎machine-learning/sql/23c/oml4sql-classification-naive-bayes.sql‎ renamed to ‎machine-learning/sql/23ai/oml4sql-classification-naive-bayes.sql‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-----------------------------------------------------------------------
2-
-- Oracle Machine Learning for SQL (OML4SQL) 23c
2+
-- Oracle Machine Learning for SQL (OML4SQL) 23ai
33
--
44
-- Classification - Naïve Bayes Algorithm - dmnbdemo.sql
55
--
6-
-- Copyright (c) 2023 Oracle Corporation and/or its affilitiates.
6+
-- Copyright (c) 2024 Oracle Corporation and/or its affilitiates.
77
--
88
-- The Universal Permissive License (UPL), Version 1.0
99
--

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /