基於委員會的模型製定 boosting-like 程序來生成集成。 committees
參數用於集成中模型的數量,而 max_rules
可用於限製可能規則的數量。
參數
- range
-
一個二元素向量,分別保存最小和最大可能值的默認值。
- trans
-
scales
包中的trans
對象,例如scales::log10_trans()
或scales::reciprocal_trans()
。如果未提供,則使用與range
中使用的單位相匹配的默認值。如果沒有轉換,NULL
。
相關用法
- R rsample validation_set 創建驗證拆分以進行調整
- R recipes step_unknown 將缺失的類別分配給“未知”
- R recipes step_relu 應用(平滑)修正線性變換
- R predict.rpart 根據擬合的 Rpart 對象進行預測
- R recipes step_poly_bernstein 廣義伯恩斯坦多項式基
- R recipes step_impute_knn 通過 k 最近鄰進行插補
- R SparkR randomSplit用法及代碼示例
- R recipes step_impute_mean 使用平均值估算數值數據
- R recipes step_inverse 逆變換
- R reprex un-reprex 取消渲染reprex
- R SparkR read.stream用法及代碼示例
- R recipes step_pls 偏最小二乘特征提取
- R SparkR rbind用法及代碼示例
- R readr datasource 創建源對象。
- R readr melt_delim 返回分隔文件中每個標記的熔化數據(包括 csv 和 tsv)
- R rsample initial_split 簡單的訓練/測試集分割
- R readr read_rds 讀/寫 RDS 文件。
- R recipes update.step 更新菜譜步驟
- R recipes step_ratio 比率變量創建
- R readr read_lines 從文件中讀取/寫入行
- R recipes step_geodist 兩個地點之間的距離
- R recipes step_nzv 近零方差濾波器
- R SparkR rollup用法及代碼示例
- R readr parse_number 靈活地解析數字
- R rsample populate 添加評估指標
注:本文由純淨天空篩選整理自Max Kuhn等大神的英文原創作品 Parameter functions for Cubist models。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。