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

AI 용어집

인공지능 완전 사전

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

Mean Decrease in Impurity (MDI)

Variable importance evaluation method that measures the average reduction in impurity (Gini or entropy) brought by each feature during the construction of trees in an ensemble model.

📖
용어

Mean Decrease in Accuracy (MDA)

Permutation importance technique that evaluates the impact of a variable by measuring the performance drop of the model when the values of this variable are randomly permuted on the test set.

📖
용어

Gain Ratio Importance

Importance measure based on the information gain ratio, which normalizes the information gain by the entropy of the feature to penalize variables with a large number of distinct values.

📖
용어

Out-of-Bag (OOB) Feature Importance

Importance evaluation technique using the OOB samples of each tree in a random forest, measuring the increase in OOB error when the values of a variable are permuted in these samples.

📖
용어

Conditional Permutation Importance

Variant of permutation importance that respects dependencies between features by permuting values conditionally on other variables, reducing bias for correlated features.

📖
용어

Drop Column Importance

Importance evaluation method that measures the impact of completely removing a feature by retraining the model without this variable and comparing performance with the full model.

📖
용어

Impurity-based Feature Importance

Class of importance evaluation methods based on the reduction of node impurity during tree construction, including MDI and Gini Importance, but which can be biased towards high-cardinality features.

🔍

결과를 찾을 수 없습니다