Created
October 20, 2019 07:43
-
-
Save jkotra/79934c1628549d99e715e57e1624cce8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pandas as pd | |
import numpy as np | |
import matplotlib.pyplot as plt | |
plt.style.use('seaborn') | |
import mxnet | |
import mxnet.gluon as G | |
from sklearn.preprocessing import MinMaxScaler | |
from sklearn.preprocessing import LabelEncoder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment