Skip to content

Commit 602f3b0

Browse files
author
Supratim Banik
committed
suggestions added
1 parent 73f58fe commit 602f3b0

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

samples/04_gis_analysts_data_scientists/predicting_voters_turnout_for_us_election_in_2016_using_automl_part_I.ipynb

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,8 @@
6363
"execution_count": 1,
6464
"id": "9ec64d91",
6565
"metadata": {},
66-
"outputs": [
67-
{
68-
"name": "stdout",
69-
"output_type": "stream",
70-
"text": [
71-
"Wall time: 21.5 s\n"
72-
]
73-
}
74-
],
66+
"outputs": [],
7567
"source": [
76-
"%%time\n",
7768
"%matplotlib inline\n",
7869
"\n",
7970
"import matplotlib.pyplot as plt\n",
@@ -1081,6 +1072,14 @@
10811072
"AutoML_voters_county_base_compete = AutoML(data_base_model, eval_metric='r2', mode='Compete')"
10821073
]
10831074
},
1075+
{
1076+
"cell_type": "markdown",
1077+
"id": "b2b52bfa",
1078+
"metadata": {},
1079+
"source": [
1080+
"In the above initialization the `Compete` mode is selected out of the available modes of `Explain`, `Perform`, and `Compete` which is the best performing mode. However, as a forewarning this mode will consume a significant amount of resources and time and is only advised to be used for obtaining the best results. In other cases, the `Explain` mode or the `Perform` mode could be used for a basic fit which would also take less time. "
1081+
]
1082+
},
10841083
{
10851084
"cell_type": "code",
10861085
"execution_count": 23,

0 commit comments

Comments
 (0)