mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
Fix demos (#5586)
This commit is contained in:
parent
52f7831751
commit
1d8c4de962
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user