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 10 names in this directory beginning with the letter F.
F

F-test
F-test is a test of the significance of the overall model. In other words, a significant F-test indicates that our regression model fits the data better than the model without any predictors.

F1 score
F1-score is the harmonic mean of the sensitivity (recall) and precision (positive predicted value); a high F1 score means low false positives (FP) and low false negatives (FN).

Factor analysis
See Principal component analysis

False Negative (FN)
FN is the prediction that wrongly indicates the absence of the event.

False Positive (FP)
FP is the prediction that wrongly indicates the presence of the event.

Feature importance
See Variable importance

Features
See Predictors

Forward propagation
Forward propagation is the process of transmitting input signals through the network, layer by layer, to produce an output. Each neuron in a layer receives input from the previous layer, performs computations using its activation function, and passes the output to the next layer.

Forward stepwise
Forward stepwise is the method in which the model starts with no predictor variables and iteratively adds one variable at a time, and at each step, the variable that improves the model’s performance the most is added to the model until no further improvement is achieved or a predefined stopping criterion is met.

Frequentist statistics
Frequentist statistics, also known as frequentist inference, is a statistical framework and approach to data analysis that focuses on the concept of repeated sampling and long-run frequencies of events.

Contents

Index