Skip to content

Commit a75aa74

Browse files
committed
Changing incorrect Flow commands in comments
1 parent 46f8a24 commit a75aa74

6 files changed

Lines changed: 5177 additions & 321 deletions

File tree

tutorials/deeplearning/.ipynb_checkpoints/deeplearning-checkpoint.ipynb

Lines changed: 4114 additions & 0 deletions
Large diffs are not rendered by default.

tutorials/deeplearning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ m1 <- h2o.deeplearning(
181181
summary(m1)
182182
```
183183

184-
Inspect the model in [Flow](http://localhost:54321/) for more information about model building etc. by issuing a cell with the content `getModels "dl_model_first"`, and pressing Ctrl-Enter.
184+
Inspect the model in [Flow](http://localhost:54321/) for more information about model building etc. by issuing a cell with the content `getModel "dl_model_first"`, and pressing Ctrl-Enter.
185185

186186
### Variable Importances
187187
Variable importances for Neural Network models are notoriously difficult to compute, and there are many [pitfalls](ftp://ftp.sas.com/pub/neural/importance.html). H2O Deep Learning has implemented the method of [Gedeon](http://cs.anu.edu.au/~./Tom.Gedeon/pdfs/ContribDataMinv2.pdf), and returns relative variable importances in descending order of importance.

tutorials/deeplearning/deeplearning.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ m1 <- h2o.deeplearning(
155155
)
156156
summary(m1)
157157
#
158-
#Inspect the model in [Flow](http://localhost:54321/) for more information about model building etc. by issuing a cell with the content `getModels "dl_model_first"`, and pressing Ctrl-Enter.
158+
#Inspect the model in [Flow](http://localhost:54321/) for more information about model building etc. by issuing a cell with the content `getModel "dl_model_first"`, and pressing Ctrl-Enter.
159159
#
160160
#### Variable Importances
161161
#Variable importances for Neural Network models are notoriously difficult to compute, and there are many [pitfalls](ftp://ftp.sas.com/pub/neural/importance.html). H2O Deep Learning has implemented the method of [Gedeon](http://cs.anu.edu.au/~./Tom.Gedeon/pdfs/ContribDataMinv2.pdf), and returns relative variable importances in descending order of importance.

tutorials/deeplearning/deeplearning.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ m1 <- h2o.deeplearning(
181181
summary(m1)
182182
```
183183

184-
Inspect the model in [Flow](http://localhost:54321/) for more information about model building etc. by issuing a cell with the content `getModels "dl_model_first"`, and pressing Ctrl-Enter.
184+
Inspect the model in [Flow](http://localhost:54321/) for more information about model building etc. by issuing a cell with the content `getModel "dl_model_first"`, and pressing Ctrl-Enter.
185185

186186
### Variable Importances
187187
Variable importances for Neural Network models are notoriously difficult to compute, and there are many [pitfalls](ftp://ftp.sas.com/pub/neural/importance.html). H2O Deep Learning has implemented the method of [Gedeon](http://cs.anu.edu.au/~./Tom.Gedeon/pdfs/ContribDataMinv2.pdf), and returns relative variable importances in descending order of importance.

tutorials/deeplearning/deeplearning.ipynb

Lines changed: 1059 additions & 317 deletions
Large diffs are not rendered by default.

tutorials/deeplearning/deeplearning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ m1 <- h2o.deeplearning(
181181
summary(m1)
182182
```
183183

184-
Inspect the model in [Flow](http://localhost:54321/) for more information about model building etc. by issuing a cell with the content `getModels "dl_model_first"`, and pressing Ctrl-Enter.
184+
Inspect the model in [Flow](http://localhost:54321/) for more information about model building etc. by issuing a cell with the content `getModel "dl_model_first"`, and pressing Ctrl-Enter.
185185

186186
### Variable Importances
187187
Variable importances for Neural Network models are notoriously difficult to compute, and there are many [pitfalls](ftp://ftp.sas.com/pub/neural/importance.html). H2O Deep Learning has implemented the method of [Gedeon](http://cs.anu.edu.au/~./Tom.Gedeon/pdfs/ContribDataMinv2.pdf), and returns relative variable importances in descending order of importance.

0 commit comments

Comments
 (0)