No project description provided
Project description
msdsf22m002
ml_pilot
ML_Pilot is a python packes that is providing very easy implementation of data wranling task. You just need to call the fuctions and implement your desired functionality like data preprocessing and feature engineering.
EDA Package
data_summary(data_frame)
this function gets data frame as argument and return summary of data values present in the datast.
null_summary(data_frame)
this function gets data frame as argument and return summary of null values present in the datast.
null_percent(data_frame,limit)
this function returns the feature that contains percentage of null values greater than equal to limit.
Feature Engnieering
features_summary(data_frame)
this functions return details about numerical features of the dataset like mean,mode,min.. values
drop_features(data_frame,features)
this function allow us to drop features in the dataset
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ml_pilot-0.0.3-py3-none-any.whl.
File metadata
- Download URL: ml_pilot-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbdc88a1eb0a23cc3835cc2e803a88ee264b4fbfb26c40df4cf6fa44c9019903
|
|
| MD5 |
9441050bd596847ee32657b7931260f0
|
|
| BLAKE2b-256 |
5abe436aef4f97ab68a38bf1779db71d3be1612fe597cab7a5ee29021cd6eed6
|