A package automating the ML pipelines
Project description
Kalna 0.0.7
Documentation
Kalna is a powerful Automated Machine Learning python library. It provides the following features:
- Fast reading and distributed data preprocessing/cleaning/formatting
Installation
To install via pip
use:
pip install kalna
Data Details
from kalna import data_details
#showMissingValues will show the details of the missing values with perchentage.
data_details.showMissingValues(data)
#showCrdinality will show the cardinality of Non-Numeric Values.
data_details.showCardinality(data)
#Missing Values Imputation of Numerical Features.
#method:['mean','median']
#Return Type: Dataframe
data_details.numImputer(data,missing_feat,method)
#Missing Values Imputation of categorical Features.
#method:['mode','new_cat']
#Return Type: Dataframe
data_details.catImputer(data,missing_feat,method)
Data Visualization
from kalna import visualizations
#x_feat: feature you want to analyze with target feature
visualizations.boxPlot(data,x_feat,target_feat)
Project details
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 Distributions
kalna-0.0.9-py3.8.egg
(9.2 kB
view details)
kalna-0.0.9-py3-none-any.whl
(5.8 kB
view details)
File details
Details for the file kalna-0.0.9-py3.8.egg
.
File metadata
- Download URL: kalna-0.0.9-py3.8.egg
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d09ad5ff6e562230050014386234405775391bd777d5d95e8141ee5d71d5ddee |
|
MD5 | 2b7d1b32034d237189fa20f68d9f1bb1 |
|
BLAKE2b-256 | f5f50dfdddbb25ba4ed981943652856cc3315d73a9bab4a64e7d598a1b420cbc |
File details
Details for the file kalna-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: kalna-0.0.9-py3-none-any.whl
- Upload date:
- Size: 5.8 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/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 746edec74dbb62ffef1e29040be36af0975f8ffdabb29cee1376f4e6e143b3b9 |
|
MD5 | 186f5846c3b9d5ed6d818fe6a9f54eb6 |
|
BLAKE2b-256 | 06cec45818817e6564e19e9b3a7b519559481fe314bdc1e51c0ff3871757fdc8 |