bcgov/PEMr
Machine Learning Predictive Ecosystems Mapping (MLPEM)
PEMr
An R package to support Machine Learning Predictive Ecosystem Mapping (PEM)
This package comprises four modules to develop Predictive Ecosystem
Mapping within British Columbia, using a machine-learning and data
driven approach. These include:
PEMprepr: functions to prepare base dataPEMsamplr: functions to create field sampling plans and format
field data for modellingPEMmodelr: functions to optimise and generate machine learning
models, and evaluate model accuracy statisticsPEMmapr: functions to generate mapping products map production
The development of this methodology is currently in experimental phase
and is under rapid development.
The broader Predictive Ecosystem Mapping Methods Development project
is a collaboration of many partners including BC Ministry of Forests, BC
Ministry of Lands, Water, and Resource Stewardship, BC Ministry of
Environment, University of British Columbia, University of Northern
British Columbia, Dalhousie University, Aleza Lake Research Forest,
Thompson Rivers University, and OpenGeoHub.
Installation
You can install PEMrdevelopment version from GitHub, using the
remotes package:
install.packages("remotes")
remotes::install_github("bcgov/PEMr")
library(PEMr)Vignettes
Project Status
Getting Help or Reporting an Issue
To report bugs/issues/feature requests, please file an
issue.
How to Contribute
If you would like to contribute to the package, please see our
CONTRIBUTING guidelines.
Please note that this project is released with a Contributor Code of
Conduct. By participating in this project you agree
to abide by its terms.
Citation
License
Copyright 2022 Province of British Columbia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
This project was created using the
bcgovr package.