Movatterモバイル変換


[0]ホーム

URL:


MachineShop:Machine Learning Models and Tools for R

Generic badgeCRAN_Status_Badge

Description

MachineShop is a meta-package for statistical andmachine learning with a unified interface for model fitting, prediction,performance assessment, and presentation of results. Support is providedfor predictive modeling of numerical, categorical, and censoredtime-to-event outcomes and for resample (bootstrap, cross-validation,and split training-test sets) estimation of model performance. Thisvignette introduces the package interface with a survival data analysisexample, followed by supported methods of variable specification;applications to other response variable types; available performancemetrics, resampling techniques, and graphical and tabular summaries; andmodeling strategies.

Features

Getting Started

Installation

# Current release from CRANinstall.packages("MachineShop")# Development version from GitHub# install.packages("devtools")devtools::install_github("brian-j-smith/MachineShop")# Development version with vignettesdevtools::install_github("brian-j-smith/MachineShop",build_vignettes =TRUE)

Documentation

Once installed, the followingR commands will loadthe package and display its help system documentation. Onlinedocumentation and examples are available at theMachineShopwebsite.

library(MachineShop)# Package help summary?MachineShop# VignetteRShowDoc("UserGuide",package ="MachineShop")

[8]ページ先頭

©2009-2025 Movatter.jp