This commit is contained in:
Freddy Boulton 2023-09-18 12:13:57 -07:00 committed by GitHub
parent 52f7831751
commit 1d8c4de962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,7 @@ from sklearn.mixture import GaussianMixture
from sklearn.neighbors import kneighbors_graph
from sklearn.preprocessing import StandardScaler
plt.style.use('seaborn')
plt.style.use('seaborn-v0_8')
SEED = 0
MAX_CLUSTERS = 10
N_SAMPLES = 1000

View File

@ -1,6 +1,6 @@
numpy==1.23.2
matplotlib
shap
xgboost
xgboost==1.7.6
pandas
datasets

File diff suppressed because one or more lines are too long