Skip to content

statsim/select-shiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

All-relevant feature selection with Boruta, Shiny and R

Boruta is one of the most popular methods for all-relevant feature selection. It's great for data exploration because it tries to find all variables that could have some relationship with target. Another popular approach, minimum optimal feature selection, selects only the minimal subset of features.

Boruta results

Open on shinyapps

https://statsim.shinyapps.io/select/ We are currently on a free tier. The app can be offline if there's no hours left

Run select with R from remote repository

R -e "shiny::runGitHub('select-shiny', 'statsim')" (needs R and shiny installed)

If everything is ok, you'll see something like this:

Downloading https://github.com/statsim/select-shiny/archive/master.tar.gz
...
Listening on http:https://127.0.0.1:5352

Then just open the link in the browser

Run locally

Clone the repository with git clone then R -e "shiny::runApp('select-shiny')"

Alternatives

Web version based on JavaScript port of Boruta:

Releases

No releases published

Packages

No packages published

Languages