blobcity / autoai

Python based framework for Automatic AI for Regression and Classification over numerical data. Performs model search, hyper-parameter tuning, and high-quality Jupyter Notebook code generation.
Apache License 2.0
175 stars 43 forks source link

Drop row with 50% or more Null/Nan Value #137

Closed Thilakraj1998 closed 3 years ago

Thilakraj1998 commented 3 years ago

file to refer: https://github.com/blobcity/autoai/blob/main/blobcity/utils/Cleaner.py

Add functionality to drop rows from the data frame which has more then 50% null values or missing values.

utilize:

      pandas.Dataframe.dropna()

function should be executed before following function:

      RemoveHighNullValues(updateddf)
TamannaBhasin27 commented 3 years ago

I want to try this one. Can you please assign it to me.

TamannaBhasin27 commented 3 years ago

I have raised PR. Can you please review.