We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
permutation
_permutation_
times
_times_
reference
_reference_
survex/R/surv_feature_importance.R
Line 160 in 64e96d6
Line 156 in 64e96d6
ret[['_reference_']]
ret[, ncol(ret)]
Line 175 in 64e96d6
merge()
type="raw"
Line 170 in 64e96d6
The text was updated successfully, but these errors were encountered:
mikolajsp
Successfully merging a pull request may close this issue.
permutation
to_permutation_
,times
to_times_
andreference
to_reference_
to omit potential problems with feature namessurvex/R/surv_feature_importance.R
Line 160 in 64e96d6
survex/R/surv_feature_importance.R
Line 156 in 64e96d6
ret[['_reference_']]
instead ofret[, ncol(ret)]
for readability and code robustnesssurvex/R/surv_feature_importance.R
Line 175 in 64e96d6
_permutation_
aftermerge()
like it is done intype="raw"
survex/R/surv_feature_importance.R
Line 170 in 64e96d6
The text was updated successfully, but these errors were encountered: