Skip to content

Instantly share code, notes, and snippets.

View cyacyamaru's full-sized avatar

naoz cyacyamaru

  • Tokyo, Japan
View GitHub Profile
@cyacyamaru
cyacyamaru / analyses4sake.ipynb
Last active March 15, 2023 08:25
analyses4sake.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# LOAD LIBRARIES
#import matplotlib.pyplot as plt
#import seaborn as sns
import numpy as np
import pandas as pd
import warnings
warnings.filterwarnings("ignore")
from sklearn.metrics import roc_auc_score
import lightgbm as lgb
import statsmodels.api as sm