You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build an anomaly detection model using the experimental, fully unsupervised anomaly detection pipeline in Oracle AutoMLx for the public Credit Card Fraud dataset.
65
+
Build a classifier using the Oracle AutoMLx tool and binary data set of Census income data.
66
66
67
67
This notebook was developed on the conda pack with slug: `automlx_p38_cpu_v2`
68
68
69
69
70
-
`automlx``anomaly detection`
70
+
`automlx``classification``classifier`
71
71
72
72
<sub>Universal Permissive License v 1.0</sup>
73
73
74
74
---
75
-
### <aname="automlx-classifier.ipynb"></a> - Building and Explaining a Classifier using AutoMLx
75
+
### <aname="automlx-text_classification.ipynb"></a> - Building and Explaining a Text Classifier using AutoMLx
build a classifier using the Oracle AutoMLx tool for the public 20newsgroup dataset
113
+
Build an anomaly detection model using the experimental, fully unsupervised anomaly detection pipeline in Oracle AutoMLx for the public Credit Card Fraud dataset.
114
114
115
115
This notebook was developed on the conda pack with slug: `automlx_p38_cpu_v2`
116
116
117
117
118
-
`automlx``text classification``text classifier`
118
+
`automlx``anomaly detection`
119
119
120
-
<sub>Universal Permissive License v 1.0.</sup>
120
+
<sub>Universal Permissive License v 1.0</sup>
121
121
122
122
---
123
123
### <aname="audi-autonomous_driving-oracle_open_data.ipynb"></a> - Audi Autonomous Driving Dataset Repository
@@ -250,7 +250,7 @@ This notebook was developed on the conda pack with slug: `pyspark30_p37_cpu_v5`
250
250
---
251
251
### <aname="train-register-deploy-other-frameworks.ipynb"></a> - Train, Register, and Deploy a Generic Model
Use the ADS SDK to process and manipulate strings. This notebook includes regular expression matching and natural language (NLP) parsing, including part-of-speech tagging, named entity recognition, and sentiment analysis. It also shows how to create and use custom plugins specific to your specific needs.
337
+
Use Oracle AutoMLx to build a forecast model with real-world data sets.
338
338
339
-
This notebook was developed on the conda pack with slug: `nlp_p37_cpu_v2`
339
+
This notebook was developed on the conda pack with slug: `automlx_p38_cpu_v2`
Use Oracle AutoMLx to build a forecast model with real-world data sets.
353
+
Use the ADS SDK to process and manipulate strings. This notebook includes regular expression matching and natural language (NLP) parsing, including part-of-speech tagging, named entity recognition, and sentiment analysis. It also shows how to create and use custom plugins specific to your specific needs.
354
354
355
-
This notebook was developed on the conda pack with slug: `automlx_p38_cpu_v2`
355
+
This notebook was developed on the conda pack with slug: `nlp_p37_cpu_v2`
" summary: Enhance performance of scikit-learn models using the Intel(R) oneAPI Data Analytics Library. Train a k-means model using both sklearn and the accelerated Intel library and compare performance.,\n",
Copy file name to clipboardExpand all lines: notebook_examples/automlx-anomaly_detection.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
"@notebook{automlx-anomaly_detection.ipynb,\n",
9
9
" title: Building and Explaining an Anomaly Detector using AutoMLx - Experimental\n",
10
10
" summary: Build an anomaly detection model using the experimental, fully unsupervised anomaly detection pipeline in Oracle AutoMLx for the public Credit Card Fraud dataset.,\n",
11
-
" developed on: automlx_p38_cpu_v2,\n",
11
+
" developed_on: automlx_p38_cpu_v2,\n",
12
12
" keywords: automlx, anomaly detection,\n",
13
13
" license: Universal Permissive License v 1.0,\n",
14
14
" original source: https://github.com/oracle-samples/automlx/blob/main/demos/OracleAutoMLx_AnomalyDetection.ipynb \n",
Copy file name to clipboardExpand all lines: notebook_examples/automlx-regression.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
"@notebook{automlx-regression.ipynb,\n",
9
9
" title: Building and Explaining a Regressor using AutoMLx,\n",
10
10
" summary: Build a regressor using Oracle AutoMLx and a pricing data set. Training options will be explored and the resulting AutoMLx models will be evaluated.,\n",
11
-
" developed on: automlx_p38_cpu_v2,\n",
11
+
" developed_on: automlx_p38_cpu_v2,\n",
12
12
" keywords: automlx, regression,\n",
13
13
" license: Universal Permissive License v 1.0,\n",
14
14
" original source: https://github.com/oracle-samples/automlx/blob/main/demos/OracleAutoMLx_Regression.ipynb\n",
Copy file name to clipboardExpand all lines: notebook_examples/big_data_service-(BDS)-livy.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
"@notebook{big_data_service-(BDS)-livy.ipynb,\n",
9
9
" title: Using Livy on the Big Data Service,\n",
10
10
" summary: Work interactively with a BDS cluster using Livy and two different connection techniques, SparkMagic (for a notebook environment) and with REST.,\n",
0 commit comments