Attempt a fix using switch_backend
#1
by
LenixC - opened
app.py
CHANGED
|
@@ -13,7 +13,7 @@ from sklearn.preprocessing import MinMaxScaler
|
|
| 13 |
from sklearn import datasets
|
| 14 |
from sklearn.exceptions import ConvergenceWarning
|
| 15 |
|
| 16 |
-
|
| 17 |
|
| 18 |
# different learning rate schedules and momentum parameters
|
| 19 |
params = [
|
|
|
|
| 13 |
from sklearn import datasets
|
| 14 |
from sklearn.exceptions import ConvergenceWarning
|
| 15 |
|
| 16 |
+
plt.switch_backend('agg')
|
| 17 |
|
| 18 |
# different learning rate schedules and momentum parameters
|
| 19 |
params = [
|