Skip to content

Instantly share code, notes, and snippets.

@jkotra
Created October 20, 2019 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkotra/79934c1628549d99e715e57e1624cce8 to your computer and use it in GitHub Desktop.
Save jkotra/79934c1628549d99e715e57e1624cce8 to your computer and use it in GitHub Desktop.
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