Glossary

All | # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
There are currently 11 names in this directory beginning with the letter E.
E

Edges (in Bayesian networks)
Edges represent probabilistic dependencies between nodes. Directed edges indicate causal or direct influences between variables.

Eigenvectors and eigenvalues
PCA seeks to identify the directions of maximum variability in the data. Eigenvectors are the directions in the data that are not affected by a linear transformation, while eigenvalues indicate how much variance is captured by each eigenvector. In PCA, the principal components are the eigenvectors of the covariance matrix, sorted by their corresponding eigenvalues.

Ensemble
Ensemble is a machine learning method that involves combining the predictions of multiple models to produce a more accurate and robust prediction.

Ensemble size
The number of base learners in an ensemble is an important consideration. Increasing the ensemble size can lead to better performance up to a point, after which the returns diminish, and the model may become computationally expensive.

Error term
Error term (also known as the residual term) represents the discrepancy between the observed values of the target variable and the predicted values obtained from the linear regression model. It captures the part of the target variable that cannot be explained by the linear relationship with the predictors.

Ethical consideration
Ethical consideration refer to the principles, guidelines, and moral values that govern the responsible and respectful use of data throughout the entire data mining process. It is to ensure that we comply with any requirements and restrictions regarding data access to protect human subjects and avoid violating privacy.

Evaluation criteria
See Model fit metrics

Evaluation metrics
See Model fit metrics

Evidence
Evidence refers to the observed values or states of certain variables in the Bayesian network. It is used to update the probabilities of other variables in the network.

Explained variance
The proportion of variance explained by each principal component is crucial for understanding the importance of each component in the data. It helps us determine how many principal components to retain for dimensionality reduction while preserving significant information.

Explanatory Power (EP)
EP refers to the ability of a predictive model, especially association model, to explain or predict the variability observed in the data. It measures how well the model captures the underlying relationships between the input variables (predictors) and the target variable.

Contents

Index