0 votes
in Data Science by (30.5k points)
What do you understand by statistical power of sensitivity and how do you calculate it?

1 Answer

0 votes
by (30.8k points)

Sensitivity is commonly used to validate the accuracy of a classifier (Logistic, SVM, Random Forest etc.).

Sensitivity is nothing but “Predicted True events/ Total events”. True events here are the events which were true and model also predicted them as true.

Calculation of seasonality is pretty straightforward.

Seasonality = ( True Positives ) / ( Positives in Actual Dependent Variable )

Related questions

+1 vote
+2 votes
...