SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

statistica/python

» Start this Course
(Practice similar questions for free)
Question:

Formula per calcolare l'indice di gini normalizzato

Author: federico volpe



Answer:

Def norm_gini(series): s = len(series.unique()) return s * gini(series) / (s-1)


0 / 5  (0 ratings)

1 answer(s) in total