emrehanks / R-ArcGIS-LSM_ToolPack

This tool is to develop an easy-to-use tool package called Landslide Susceptibility Mapping Tool Pack (LSM Tool Pack) for producing landslide susceptibility maps based on integrating R with ArcMap Software. The proposed tool contains 5 main modules namely: (1) Data Preparation (DP), (2) Feature (Factor) Selection (FS), (3) Logistic Regression (LR), (4) Random Forest (RF), (5) Performance Evaluation (PE) and (6) Create Raster Stack (Multi-Bands).
Apache License 2.0
40 stars 11 forks source link

unable to run LSM_Toolpack #3

Closed VINCENTAFERRER closed 3 years ago

VINCENTAFERRER commented 3 years ago

Dear Sahin Kudos on your great attempt on easing the computational burden presenting the LSM_Toolpack for beginners like us. I started with all the prerequisite installations and initiated the process with the sample data provided. Yet I get some error which I couldn't figure out especially whether it is related to the input data or configuration. I would appreciate your kind suggestions in this regard. The error occurs during "Feature Selection" module execution and the screenshot for the same is attached herewith. The ARCMAP version used is 10.6.1 whereas the ARCPRO version is 2.7 and other prerequisites like JRE, arcgis binding etc are done..... image

image

emrehanks commented 3 years ago

Thank you for your kind attention. I wrote this before on the issues panel on the GitHub page for this problem. I am not sure but you can try this first.

"The new version of FSelector (v0.32) can be caused a problem when running 2_Feature Selection Module, therefore I advised to install and changed the older version of this library from this "https://cran.r-project.org/src/contrib/Archive/FSelector/FSelector_0.31.tar.gz"

If your problem continues, please try to install the older version of the R base (3.6.3). Also, if you are using Rstudio, I suggest install and run the Fselector package.

install.packages("FSelector") library(FSelector)

Best Regards...