Currently serving26368packages,22719articles, and64312datasets by1267organizations,13675 maintainers and22231 contributors.
vimc
lcbc-uio
stan-dev
pharmaverse
r-spatial
tidyverse
ropengov
rstudio
r-lib
ropensci
bioc
r-forge
kwb-r
pik-piam
hypertidy
poissonconsulting
mrc-ide
tidymodels
pecanproject
insightsengineering
thinkr-open
inbo
mlr-org
ohdsi
ggseg
modeloriented
paws-r
predictiveecology
ropenspain
flr
bnosac
sciviews
repboxr
mrcieu
openvolley
rmi-pacta
epiverse-trace
nlmixr2
ices-tools-prod
frbcesab
yulab-smu
statnet
riatelab
azure
appsilon
mlverse
bips-hb
rjdverse
cloudyr
epiforecasts
tmsalab
bupaverse
hubverse-org
dreamrs
openpharma
usepa
usaid-oha-si
darwin-eu
coatless-rpkg
ambiorix-web
business-science
easystats
certe-medical-epidemiology
merck
bluegreen-labs
spatstat
uscbiostats
hugheylab
rsquaredacademy
traitecoevo
rikenbit
r-dbi
nutriverse
ifpri
biometris
apache
data-cleaning
terminological
ipeagit
reconhub
ocbe-uio
aus-doh-safety-and-quality
humaniverse
epicentre-msf
rspatial
gesistsa
cogdisreslab
nflverse
ctu-bern
a2-ai
mazamascience
oxfordihtm
cynkra
atsa-es
csids
stscl
Want to learn more about r-universe? Have a look atropensci.org/r-universeor updates from the rOpenSci blog:
Showing 1 of total 1 results (show query)
nourmarzouka
A toolbox to train a single sample classifier that uses in-sample feature relationships. The relationships are represented as feature1 < feature2 (e.g. gene1 < gene2). We provide two options to go with. First is based on 'switchBox' package which uses Top-score pairs algorithm. Second is a novel implementation based on random forest algorithm. For simple problems we recommend to use one-vs-rest using TSP option due to its simplicity and for being easy to interpret. For complex problems RF performs better. Both lines filter the features first then combine the filtered features to make the list of all the possible rules (i.e. rule1: feature1 < feature2, rule2: feature1 < feature3, etc...). Then the list of rules will be filtered and the most important and informative rules will be kept. The informative rules will be assembled in an one-vs-rest model or in an RF model. We provide a detailed description with each function in this package to explain the filtration and training methodology in each line. Reference: Marzouka & Eriksson (2021) <doi:10.1093/bioinformatics/btab088>.
Maintained by Nour-al-dain Marzouka. Last updated 2 years ago.
classification