This file contains hidden or 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
import pandas as pd | |
import numpy as np | |
from sklearn.datasets import load_breast_cancer | |
from sklearn.linear_model import LogisticRegression | |
from sklearn.model_selection import train_test_split | |
import seaborn as sns | |
import matplotlib.pyplot as plt |
This file contains hidden or 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
import autograd.numpy as np | |
import scipy.stats as st | |
import matplotlib.pyplot as plt | |
import matplotlib.animation as animation | |
import matplotlib as mpl | |
import seaborn as sns | |
from minimc.minimc.minimc_slow import hamiltonian_monte_carlo as hmc_slow | |
from minimc.minimc import neg_log_normal, mixture |
This file contains hidden or 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
## Altair chart for Rafa | |
import numpy as np | |
import pandas as pd | |
import matplotlib.pyplot as plt | |
import altair as alt | |
import seaborn as sns | |
from matplotlib import colors | |
# Create data |