You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear friends, If you meet an error given below when you run the Feature Selection module, you have to install an old package of FSelector in your system.
The text was updated successfully, but these errors were encountered:
emrehanks
changed the title
Feature Selection error based on new version of FSelector Package issue and Solution
"Error in do.call : ...." error based on new version of FSelector Package
Feb 4, 2022
Dear friends, If you meet an error given below when you run the Feature Selection module, you have to install an old package of FSelector in your system.
error message***
Error in do.call : second argument must be a list
**** install old version of FSelector code example
#####♦
packageurl <- "https://cran.r-project.org/src/contrib/Archive/FSelector/FSelector_0.31.tar.gz"
install.packages(packageurl, repos=NULL, type="source")
The text was updated successfully, but these errors were encountered: