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

AI 용어집

인공지능 완전 사전

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

Feature Importance

Metric quantifying the influence of each predictive variable in the performance of a Random Forest model, calculated either by average impurity reduction or by random permutation.

📖
용어

Gini Importance

Method for evaluating variable importance based on the total decrease in Gini impurity accumulated across all nodes where the variable is used to split.

📖
용어

Mean Decrease Impurity

Technique measuring the importance of a variable by the average impurity reduction (Gini or entropy) it provides when used as a splitting criterion in trees.

📖
용어

Permutation Importance

Model-agnostic method evaluating the importance of a variable by measuring the degradation in model performance when the values of this variable are randomly permuted.

📖
용어

Mean Decrease Accuracy

Indicator of a variable's importance based on the average decrease in model accuracy when this variable is permuted in the out-of-bag data.

📖
용어

Impurity Measure

Mathematical function quantifying the degree of class heterogeneity in a node, used to optimize splits in decision trees.

📖
용어

Information Gain

Splitting criterion measuring the reduction in entropy obtained by partitioning a node according to a specific feature, favoring splits that maximize the resulting homogeneity.

📖
용어

Gini Index

Impurity measure calculating the probability that a randomly classified observation would be incorrect, evaluating class heterogeneity in a decision tree node.

📖
용어

Out-of-Bag Error

Unbiased error estimate calculated by evaluating each tree on observations not used during its training, serving as internal cross-validation in Random Forest.

📖
용어

Feature Selection

Process of identifying and keeping the most relevant variables based on their importance scores, eliminating redundant or non-informative features.

📖
용어

Variable Importance Plot

Visualization ordering predictive variables by their decreasing importance score, facilitating the interpretation of the model's most influential factors.

📖
용어

Partial Dependence Plot

Graphical representation showing the marginal effect of one or two variables on the model's prediction, averaging over all other variables.

📖
용어

Node Impurity

Degree of heterogeneity of observations in a tree node, serving as the basis for calculating feature importance through their contribution to reducing this impurity.

📖
용어

Split Criterion

Rule determining the optimal division of a node based on a feature and a threshold, directly impacting the distribution of importance among variables.

🔍

결과를 찾을 수 없습니다