hi! pow_frequency = np.array(list(self.word_frequency.values())) ** 0.5 should not be pow_frequency = np.array(list(self.word_frequency.values())) ** 0.75