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
Copy file name to clipboardExpand all lines: how-to-use-azureml/automated-machine-learning/experimental/autofeaturization-codegen/codegen-for-autofeaturization.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@
97
97
"metadata": {},
98
98
"outputs": [],
99
99
"source": [
100
-
"print(\"This notebook was created using version 1.58.0 of the Azure ML SDK\")\n",
100
+
"print(\"This notebook was created using version 1.59.0 of the Azure ML SDK\")\n",
101
101
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
Copy file name to clipboardExpand all lines: how-to-use-azureml/automated-machine-learning/experimental/autofeaturization-custom-model-training/custom-model-training-from-autofeaturization-run.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@
97
97
"metadata": {},
98
98
"outputs": [],
99
99
"source": [
100
-
"print(\"This notebook was created using version 1.58.0 of the Azure ML SDK\")\n",
100
+
"print(\"This notebook was created using version 1.59.0 of the Azure ML SDK\")\n",
101
101
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
Copy file name to clipboardExpand all lines: how-to-use-azureml/automated-machine-learning/experimental/regression-model-proxy/auto-ml-regression-model-proxy.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@
91
91
"metadata": {},
92
92
"outputs": [],
93
93
"source": [
94
-
"print(\"This notebook was created using version 1.58.0 of the Azure ML SDK\")\n",
94
+
"print(\"This notebook was created using version 1.59.0 of the Azure ML SDK\")\n",
95
95
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
Copy file name to clipboardExpand all lines: how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-parameter-tuning-with-hyperdrive.ipynb
|:star:[Datasets with ML Pipeline](https://github.com/Azure/MachineLearningNotebooks/blob/master//how-to-use-azureml/work-with-data/datasets-tutorial/pipeline-with-datasets/pipeline-for-image-classification.ipynb)| Train | Fashion MNIST | Remote | None | Azure ML | Dataset, Pipeline, Estimator, ScriptRun |
23
22
|:star:[Filtering data using Tabular Timeseiries Dataset related API](https://github.com/Azure/MachineLearningNotebooks/blob/master//how-to-use-azureml/work-with-data/datasets-tutorial/timeseries-datasets/tabular-timeseries-dataset-filtering.ipynb)| Filtering | NOAA | Local | None | Azure ML | Dataset, Tabular Timeseries |
24
23
|:star:[Train with Datasets (Tabular and File)](https://github.com/Azure/MachineLearningNotebooks/blob/master//how-to-use-azureml/work-with-data/datasets-tutorial/train-with-datasets/train-with-datasets.ipynb)| Train | Iris, Diabetes | Remote | None | Azure ML | Dataset, Estimator, ScriptRun |
@@ -62,7 +61,6 @@ Machine Learning notebook samples and encourage efficient retrieval of topics an
62
61
|[Training with hyperparameter tuning using PyTorch](https://github.com/Azure/MachineLearningNotebooks/blob/master//how-to-use-azureml/ml-frameworks/pytorch/train-hyperparameter-tune-deploy-with-pytorch/train-hyperparameter-tune-deploy-with-pytorch.ipynb)| Train an image classification model using transfer learning with the PyTorch estimator | ImageNet | AML Compute | Azure Container Instance | PyTorch | None |
63
62
|[Training and hyperparameter tuning with Scikit-learn](https://github.com/Azure/MachineLearningNotebooks/blob/master//how-to-use-azureml/ml-frameworks/scikit-learn/train-hyperparameter-tune-deploy-with-sklearn/train-hyperparameter-tune-deploy-with-sklearn.ipynb)| Train a support vector machine (SVM) to perform classification | Iris | AML Compute | None | Scikit-learn | None |
64
63
|[Hyperparameter tuning and warm start using the TensorFlow estimator](https://github.com/Azure/MachineLearningNotebooks/blob/master//how-to-use-azureml/ml-frameworks/tensorflow/hyperparameter-tune-and-warm-start-with-tensorflow/hyperparameter-tune-and-warm-start-with-tensorflow.ipynb)| Train a deep neural network | MNIST | AML Compute | Azure Container Instance | TensorFlow | None |
65
-
|[Training and hyperparameter tuning using the TensorFlow estimator](https://github.com/Azure/MachineLearningNotebooks/blob/master//how-to-use-azureml/ml-frameworks/tensorflow/train-hyperparameter-tune-deploy-with-tensorflow/train-hyperparameter-tune-deploy-with-tensorflow.ipynb)| Train a deep neural network | MNIST | AML Compute | Azure Container Instance | TensorFlow | None |
66
64
|[Resuming a model](https://github.com/Azure/MachineLearningNotebooks/blob/master//how-to-use-azureml/ml-frameworks/tensorflow/train-tensorflow-resume-training/train-tensorflow-resume-training.ipynb)| Resume a model in TensorFlow from a previously submitted run | MNIST | AML Compute | None | TensorFlow | None |
67
65
|[Using Tensorboard](https://github.com/Azure/MachineLearningNotebooks/blob/master//how-to-use-azureml/track-and-monitor-experiments/tensorboard/export-run-history-to-tensorboard/export-run-history-to-tensorboard.ipynb)| Export the run history as Tensorboard logs | None | None | None | TensorFlow | None |
68
66
|[Training in Spark](https://github.com/Azure/MachineLearningNotebooks/blob/master//how-to-use-azureml/training/train-in-spark/train-in-spark.ipynb)| Submiting a run on a spark cluster | None | HDI cluster | None | PySpark | None |
0 commit comments