Moscow Mountain / St. Joes
sknnr.datasets.load_moscow_stjoes ¶
load_moscow_stjoes(return_X_y: Literal[False] = False, as_frame: Literal[False] = False) -> Dataset[NDArray[float64]]
load_moscow_stjoes(return_X_y: Literal[False] = ..., as_frame: Literal[True] = ...) -> Dataset[DataFrame]
load_moscow_stjoes(return_X_y: bool = False, as_frame: bool = False) -> Dataset[NDArray[float64]] | Dataset[DataFrame] | tuple[NDArray[float64], NDArray[float64]] | tuple[DataFrame, DataFrame]
Load the Moscow Mountain / St. Joe's dataset (Hudak 2010[^1]).
The dataset contains 165 plots with environmental, LiDAR, and forest structure measurements. Structural measurements of basal area (BA) and tree density (TD) are separated by species.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
return_X_y
|
bool
|
If True, return the data and target as NumPy arrays instead of a Dataset. |
False
|
as_frame
|
bool
|
If True, the |
False
|
Returns:
| Type | Description |
|---|---|
Dataset or tuple of ndarray
|
A Dataset object containing the data, target, and feature names. If return_X_y is True, return a tuple of data and target arrays instead. |
Notes
See Hudak 2010[^1] or https://cran.r-project.org/web/packages/yaImpute/yaImpute.pdf for more information on the dataset and feature names.
Reference
[^1] Hudak, A.T. (2010) Field plot measures and predictive maps for "Nearest neighbor imputation of species-level, plot-scale forest structure attributes from LiDAR data". Fort Collins, CO: U.S. Department of Agriculture, Forest Service, Rocky Mountain Research Station. https://www.fs.usda.gov/rds/archive/Catalog/RDS-2010-0012