Last active
August 1, 2022 22:56
-
-
Save crhea93/64607f734e6d3bf5b41a9d0231bd295e to your computer and use it in GitHub Desktop.
MSIGMA-imports
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 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