Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
from sklearn.datasets import fetch_openml
|
|
|
2 |
from sklearn.model_selection import train_test_split
|
3 |
import numpy as np
|
4 |
import torch
|
|
|
1 |
from sklearn.datasets import fetch_openml
|
2 |
+
|
3 |
from sklearn.model_selection import train_test_split
|
4 |
import numpy as np
|
5 |
import torch
|