Zaktualizuj 'DL.py'

This commit is contained in:
Kornelia Girejko 2022-05-06 20:22:20 +02:00
parent 86c94d0607
commit 33e23216cb
1 changed files with 2 additions and 0 deletions

2
DL.py
View File

@ -3,6 +3,8 @@ import torch.nn as nn
import torch.nn.functional as F
import pandas as pd
import numpy as np
import sys
import os
from sklearn.model_selection import train_test_split
from sklearn import preprocessing
from sklearn.preprocessing import StandardScaler