Skip to content

Commit d55334b

Browse files
Merge pull request #1426 from priyankatuteja/res
super res name fix
2 parents 1b6f88f + 7a990bf commit d55334b

File tree

2 files changed

+897
-8
lines changed

2 files changed

+897
-8
lines changed

samples/04_gis_analysts_data_scientists/house_price_prediction_using_automl.ipynb

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"id": "93be01a8",
66
"metadata": {},
77
"source": [
8-
"### Property valuation in King County (USA) using AutoML and Geo-Enriched data"
8+
"# Property valuation in King County (USA) using AutoML and Geo-Enriched data"
99
]
1010
},
1111
{
1212
"cell_type": "markdown",
1313
"id": "b48ce718",
1414
"metadata": {},
1515
"source": [
16-
"### Table of Content"
16+
"## Table of Content"
1717
]
1818
},
1919
{
@@ -38,7 +38,7 @@
3838
"id": "13f88e88",
3939
"metadata": {},
4040
"source": [
41-
"### Introduction <a id='Introduction'></a>"
41+
"## Introduction <a id='Introduction'></a>"
4242
]
4343
},
4444
{
@@ -58,7 +58,7 @@
5858
"id": "78eb87ee",
5959
"metadata": {},
6060
"source": [
61-
"### Necessary imports <a id='Necessary-Imports'></a>"
61+
"## Necessary imports <a id='Necessary-Imports'></a>"
6262
]
6363
},
6464
{
@@ -429,6 +429,22 @@
429429
"The dataframe table has 20 fields describing the homes and their sale prices, along with `ObjectID` and `Shape fields`."
430430
]
431431
},
432+
{
433+
"cell_type": "code",
434+
"execution_count": null,
435+
"id": "beed5f43",
436+
"metadata": {},
437+
"outputs": [],
438+
"source": []
439+
},
440+
{
441+
"cell_type": "code",
442+
"execution_count": null,
443+
"id": "eb813cac",
444+
"metadata": {},
445+
"outputs": [],
446+
"source": []
447+
},
432448
{
433449
"cell_type": "markdown",
434450
"id": "caf6af49",
@@ -7738,9 +7754,9 @@
77387754
],
77397755
"metadata": {
77407756
"kernelspec": {
7741-
"display_name": "Python [conda env:dl-env] *",
7757+
"display_name": "Python 3",
77427758
"language": "python",
7743-
"name": "conda-env-dl-env-py"
7759+
"name": "python3"
77447760
},
77457761
"language_info": {
77467762
"codemirror_mode": {
@@ -7752,7 +7768,7 @@
77527768
"name": "python",
77537769
"nbconvert_exporter": "python",
77547770
"pygments_lexer": "ipython3",
7755-
"version": "3.9.15"
7771+
"version": "3.9.11"
77567772
}
77577773
},
77587774
"nbformat": 4,

samples/04_gis_analysts_data_scientists/increase-image-resolution-using-superresolution.ipynb

Lines changed: 874 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)