🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Bootstrap Aggregating Regressor

Ensemble method that applies the bagging principle to regression models, training multiple regressors on bootstrap samples and aggregating their predictions by mean or median to reduce variance.

📖
용어

Out-of-Bag Error (OOB)

Bagging evaluation metric calculated on samples not included in the bootstrap sample of a given model, providing an unbiased estimate of generalization error without requiring cross-validation.

📖
용어

Aggregation by Mean

Prediction combination technique in bagging regressor where the final prediction is the arithmetic mean of individual predictions from all models in the ensemble.

📖
용어

Aggregation by Median

Robust alternative to mean aggregation where the final prediction is the median of individual predictions, less sensitive to outliers and extreme predictions from models.

📖
용어

Base Regressor

Individual regression algorithm (such as decision tree or k-nearest neighbors) used as a weak model in the bagging architecture, trained on different bootstrap samples.

📖
용어

Bagging Stability

Property of bagging regressor to produce more stable and less variable predictions in response to changes in training data, thanks to variance reduction through aggregation.

📖
용어

Random Subspace Regressor

Bagging variant where each base regressor is trained on a random subset of features in addition to bootstrap samples, increasing model diversity.

📖
용어

Pasting Regressor

Bagging variant where samples for training each model are drawn without replacement, used when the dataset is too large for bootstrap with replacement.

📖
용어

Aggregated Mean Squared Error

Evaluation metric specific to bagging regressors calculating the average of squared errors between aggregated predictions and true values on the test set.

📖
용어

Bagging with Decision Trees

Most common application of bagging regressor using decision trees as base models, known for significantly reducing variance while maintaining low bias.

📖
용어

Bagging Prediction Intervals

Technique using the distribution of individual predictions from bagging models to construct quantitative confidence intervals around the final aggregated prediction.

🔍

결과를 찾을 수 없습니다