Package: ocf 1.0.2
ocf: Ordered Correlation Forest
Machine learning estimator specifically optimized for predictive modeling of ordered non-numeric outcomes. 'ocf' provides forest-based estimation of the conditional choice probabilities and the covariates’ marginal effects. Under an "honesty" condition, the estimates are consistent and asymptotically normal and standard errors can be obtained by leveraging the weight-based representation of the random forest predictions. Please reference the use as Di Francesco (2023) <doi:10.48550/arXiv.2309.08755>.
Authors:
ocf_1.0.2.tar.gz
ocf_1.0.2.zip(r-4.5)ocf_1.0.2.zip(r-4.4)ocf_1.0.2.zip(r-4.3)
ocf_1.0.2.tgz(r-4.4-x86_64)ocf_1.0.2.tgz(r-4.4-arm64)ocf_1.0.2.tgz(r-4.3-x86_64)ocf_1.0.2.tgz(r-4.3-arm64)
ocf_1.0.2.tar.gz(r-4.5-noble)ocf_1.0.2.tar.gz(r-4.4-noble)
ocf_1.0.2.tgz(r-4.4-emscripten)ocf_1.0.2.tgz(r-4.3-emscripten)
ocf.pdf |ocf.html✨
ocf/json (API)
NEWS
# Install 'ocf' in R: |
install.packages('ocf', repos = c('https://riccardo-df.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/riccardo-df/ocf/issues
Last updated 2 months agofrom:68e5d68552. Checks:ERROR: 1 WARNING: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | FAIL | Nov 01 2024 |
R-4.5-win-x86_64 | WARNING | Nov 01 2024 |
R-4.5-linux-x86_64 | WARNING | Nov 01 2024 |
R-4.4-win-x86_64 | WARNING | Nov 01 2024 |
R-4.4-mac-x86_64 | WARNING | Nov 01 2024 |
R-4.4-mac-aarch64 | WARNING | Nov 01 2024 |
R-4.3-win-x86_64 | WARNING | Nov 01 2024 |
R-4.3-mac-x86_64 | WARNING | Nov 01 2024 |
R-4.3-mac-aarch64 | WARNING | Nov 01 2024 |
Exports:classification_errorgenerate_ordered_datamarginal_effectsmean_absolute_errormean_ranked_scoremean_squared_errormultinomial_mlocfordered_mltree_info
Dependencies:clicodetoolscolorspacefansifarverforeachggplot2glmnetgluegtableisobanditeratorslabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmeorfpillarpkgconfigR6rangerRColorBrewerRcppRcppEigenrlangscalesshapestringistringrsurvivaltibbleutf8vctrsviridisLitewithrxtable
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Generate Ordered Data | generate_ordered_data |
Marginal Effects for Ordered Correlation Forest | marginal_effects |
Accuracy Measures for Ordered Probability Predictions | classification_error mean_absolute_error mean_ranked_score mean_squared_error |
Multinomial Machine Learning | multinomial_ml |
Ordered Correlation Forest | ocf |
Ordered Machine Learning | ordered_ml |
Prediction Method for mml Objects | predict.mml |
Prediction Method for ocf Objects | predict.ocf |
Prediction Method for oml Objects | predict.oml |
Print Method for ocf Objects | print.ocf |
Print Method for ocf.marginal Objects | print.ocf.marginal |
Summary Method for ocf Objects | summary.ocf |
Summary Method for ocf.marginal Objects | summary.ocf.marginal |
Tree Information in Readable Format | tree_info |