Subhitsha / predictEasy

0 stars 0 forks source link

Implementation of Auto Encoder #1

Closed BastinRobin closed 7 years ago

BastinRobin commented 7 years ago

Write a function which picks the dataset and convert all categorical variable into integer

For eg:

Class

Class1 Class2 Class3

To:


Class

0 1 2

BastinRobin commented 7 years ago

Implementation successfully using LabelEncoder