# create MINE estimator with default parameters mine = MINE(alpha=0.6, c=15, est="mic_approx") mine.compute_score(x, y) mic = mine.mic()