From 08f0912c7802accc972f30589b1f0859b29afd35 Mon Sep 17 00:00:00 2001 From: palak19 <37534283+palak19@users.noreply.github.com> Date: Wed, 7 Oct 2020 12:11:22 +0530 Subject: [PATCH] Update setup.py- line spacing --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 257b249..1f8183d 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,7 @@ license='MIT', description = 'This Library converts categorical data of any kind {integer, float, strings} into discrete values{1,2,3... # Classes}.', long_description ="""\ - This package can be used to convert dataset into numerical categorical data. -This can be utilized for the pre-processing of various kinds of data for many Machine Learning Models. There are various features available such as normalizing the data to make the data more useful for the model. This function will work on any kind of data in the DataFrame. + This package can be used to convert dataset into numerical categorical data.This can be utilized for the pre-processing of various kinds of data for many Machine Learning Models.There are various features available such as normalizing the data to make the data more useful for the model. This function will work on any kind of data in the DataFrame. **IMPORT:**