Skip to content

Instantly share code, notes, and snippets.

@crhea93
Last active August 1, 2022 22:56
Show Gist options
  • Save crhea93/64607f734e6d3bf5b41a9d0231bd295e to your computer and use it in GitHub Desktop.
Save crhea93/64607f734e6d3bf5b41a9d0231bd295e to your computer and use it in GitHub Desktop.
MSIGMA-imports
import corner
import emcee
from google.colab import drive
import pandas as pd
import matplotlib.pyplot as plt
import mplcyberpunk
import numpy as np
from sklearn.linear_model import LinearRegression
from sklearn.metrics import mean_squared_error
plt.style.use("cyberpunk")
# Set data path
DATASET_PATH = "M-Sigma-Table.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment