Remove unused imports prt. 2.
parent
78b6e7fa07
commit
0a45e35164
|
@ -21,13 +21,11 @@ import sys
|
|||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
import pandas as pd
|
||||
import seaborn as sns
|
||||
from scipy import stats
|
||||
|
||||
from sklearn.model_selection import LeaveOneGroupOut, cross_validate, StratifiedKFold
|
||||
from sklearn.impute import SimpleImputer
|
||||
|
||||
|
||||
from sklearn.cluster import KMeans
|
||||
|
||||
from IPython.core.interactiveshell import InteractiveShell
|
||||
|
|
Loading…
Reference in New Issue