Abundance Trend Indicator - Models, Prediction, Stacked Environmental Data and Training Set Similarity
收藏资源简介:
# Readme These trained models can be used to predict the abundance trends of New Zealand's forest species and can be used together with the code in https://github.com/lnilya/abundance-trend-indicator Since the process of using the models requires coding expertise and some setting up, please make sure to reach out to ilya.shabanov@vuw.ac.nz for any questions. All files will require the code in the repository to be read and used. If you want to explore the results generated with these models, please visit https://ati-nz-predictions-7e6f3d514735.herokuapp.com/ for a user-friendly, interactive UI. ## Contents _models: Contains the trained models (Artificial Neural Network (ANN), Random Forest (RF), SVMW (Support vector machine) and GLM (logistic regression)) at different degrees of noise filtering, different datasets and variable sets. The model files also contain test and training scores. To load the files please refer to the readme in the code repository: ttps://github.com/lnilya/abundance-trend-indicator _predictions/_environment: Contains the predictor variables for the study area (New Zealand, 1950-2019) that are needed by the models to make predictions. _predictions/_similarity: Contains the masks of areas that can be predicted by models and are similar to the training set. _predictions/_ati: Contain the predicted results for the abundance trend. These can be explored on https://ati-nz-predictions-7e6f3d514735.herokuapp.com/



