This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Non-parametric computation of entropy and mutual-information | |
Adapted by G Varoquaux for code created by R Brette, itself | |
from several papers (see in the code). | |
These computations rely on nearest-neighbor statistics | |
''' | |
import numpy as np |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Forked from: https://gist.github.com/nokados/e8f0a64b55099f2f07a50f2b090c91c7 | |
Changes | |
* Added slider control to scroll through pages of really large dataframes. | |
* Reduce flicker by making events trigger widget element updates instead of | |
clearing output and re-rendering. | |
* Add support for dataframe CSS styling. | |
* Register custom pandas accessor |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.