Skip to content

Instantly share code, notes, and snippets.

@ParthNipunDave
Last active June 9, 2021 09:24
Show Gist options
  • Select an option

  • Save ParthNipunDave/f3546d400321848422b0d195224556a8 to your computer and use it in GitHub Desktop.

Select an option

Save ParthNipunDave/f3546d400321848422b0d195224556a8 to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
import seaborn as sns
import matplotlib.pyplot as plt
from sklearn.model_selection import train_test_split
from sklearn.ensemble import RandomForestClassifier
from sklearn.metrics import classification_report, recall_score
from imblearn.over_sampling import SMOTE
from keras.layers import Dense,Dropout
from keras.models import Sequential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment