Skip to content

Commit b265afd

Browse files
author
manishrana
committed
jobsatisfaction
1 parent 831b41e commit b265afd

File tree

3 files changed

+696
-0
lines changed

3 files changed

+696
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://drive.google.com/file/d/1CnCnFGRt0LDJibsDuH2690gTPpcB-RJx/view?usp=sharing

Job Satisfaction Analysis/JobSatisfaction.ipynb

Lines changed: 683 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
here are requirement->
2+
import pandas as pd
3+
import numpy as np
4+
import matplotlib.pyplot as plt
5+
import seaborn as sns
6+
from sklearn.model_selection import train_test_split
7+
from sklearn.preprocessing import StandardScaler, OneHotEncoder
8+
from sklearn.compose import ColumnTransformer
9+
from sklearn.pipeline import Pipeline
10+
from sklearn.impute import SimpleImputer
11+
from sklearn.ensemble import RandomForestClassifier
12+
from sklearn.metrics import accuracy_score, confusion_matrix, classification_report

0 commit comments

Comments
 (0)