Closed dchiu911 closed 7 years ago
Changes:
sequential_binarize
sequential_rank
sequential_eval
sequential_train
sequential_pred
splendid_model
evals
model_rank
dplyr
fun_*()
rlang
R/sysdata.rda
purrr::when
if() else()
splendid
sp_mod
sp_pred
classification
prediction
ova_train
ova_predict
knn
ova
train.id
"pam"
class != cl
NaN
na.rm = TRUE
prediction_output
Changes:
sequential_binarize
,sequential_rank
, andsequential_eval
added to assistsequential_train
andsequential_pred
splendid_model
'sevals
element used to createmodel_rank
objectdplyr
updated to v 0.7.0, no longer usesfun_*()
for SE, but instead uses functions from pkgrlang
R/sysdata.rda
purrr::when
allows piping throughif() else()
chunkssplendid
as an ensemble method but not working yet for all algorithmssp_mod
andsp_pred
sinceclassification
andprediction
are analogous toova_train
andova_predict
knn
gives same prediction regardless ofova
, so turn it on all the time; also remove duplicate rows when rankingtrain.id
toprediction
for"pam"
algorithmclass != cl
insteadNaN
, so make sure the metric hasna.rm = TRUE
when calculating meanssequential_eval
: logical showing whetherova
was used or notprediction_output
added, since mostprediction
methods have similar output values and attribute structure