Skip to main content

All classifier algorithm at one place

Project description

Categorical Variable handling

  • This is a package that contain some powerful Categorical feature handling algorithm :
  • For that you have to install this library using pip command
  • Then observe you dataset and figure out which encoding technique you wants to used
  • After that call that library and do as follows:
from categorical_variable _handling import CategoricalFeature
column="Give here the list of Categorical column"
dataframe="Here give the dataframe"
encoding_type="Here give the encoding type e.g:'label','binary','ohe':one hot encoder"
handle_na="this is a boolean value if you wants to handle the NaN value then make true else make false "

cat = CategoricalFeature(df, categorical_features=c, encoding_type='ohe', handle_na=True
cat.fit_transform() #This will return the transformed value of the dataset

By. Manikant Kumar

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

File details

Details for the file categorical_variable_handling-0.1-py3-none-any.whl.

File metadata

  • Download URL: categorical_variable_handling-0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1.post20200807 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

File hashes

Hashes for categorical_variable_handling-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 31e2fa55f034f73fa2a31885a87b971826a1d0a12bb234e9b85b982da117a712
MD5 d3c5cb31cd1f834e5411e851a1781071
BLAKE2b-256 06747efe5b8cad142f594006ffe2914103c34a70535970078b4fd2f9afba3a93

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page