Skip to content

Commit c0b6e40

Browse files
committed
solving notes
1 parent e1809d9 commit c0b6e40

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Description: Earth Engine <https://earthengine.google.com/> client library for R
9090
and metadata display. See <https://r-spatial.github.io/rgee/> for further details.
9191
License: Apache License (>= 2.0)
9292
Encoding: UTF-8
93-
LazyData: true
93+
LazyData: false
9494
Roxygen: list(markdown = TRUE)
9595
RoxygenNote: 7.1.1
9696
Depends:

R/sf_as_ee.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
#' file in the /temp directory. Secondly, using the function \code{local_to_gcs}
5858
#' will move the shapefile from local to Google Cloud Storage. Finally, using
5959
#' the function \code{gcs_to_ee_table} the ESRI shapefile will be loaded
60-
#' to their EE Assets. See \href{https://developers.google.com/earth-engine/guides/importing/}{Importing
60+
#' to their EE Assets. See \href{https://developers.google.com/earth-engine/guides/table_upload/}{Importing
6161
#' table data} documentation for more details.
6262
#'
6363
#' @examples

man/sf_as_ee.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/rgee03.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ Map$addLayer(optimizedConvolution, viz, "optimizedConvolution")
572572

573573
## **Don't sample more data than you need**
574574

575-
Resist the urge to increase your training dataset size unnecessarily. Although increasing the amount of training data is an effective machine learning strategy in some circumstances, it can also increase computational cost with no corresponding increase in accuracy. (For an understanding of when to increase training dataset size, see [this reference](https://www.deeplearning.ai/machine-learning-yearning/)). The following example demonstrates how requesting too much training data can result in the dreaded "Computed value is too large" error:
575+
Resist the urge to increase your training dataset size unnecessarily. Although increasing the amount of training data is an effective machine learning strategy in some circumstances, it can also increase computational cost with no corresponding increase in accuracy. (For an understanding of when to increase training dataset size, see [this reference](https://www.deeplearning.ai/programs/)). The following example demonstrates how requesting too much training data can result in the dreaded "Computed value is too large" error:
576576

577577
<img src="thumb_down.png" width=25px>
578578
&nbsp; **Bad** — Don't sample too much data!

0 commit comments

Comments
 (0)