A package automating the ML pipelines
Project description
Kalna 0.0.2
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
Basic Usage
The usage of the wrapper is very easy. It does not require any initialisation. Just import and start coding:
from kalna import data_details
#reading the dataset
data = data_details.read_data('file_path')
#Showing Selected records
data_details.show_data(data,no_of_records)
#Showing Columns with Missing Values
data_details.show_missing_value(data)
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.6-py3.8.egg
(7.2 kB
view details)
kalna-0.0.6-py3-none-any.whl
(4.6 kB
view details)
File details
Details for the file kalna-0.0.6-py3.8.egg
.
File metadata
- Download URL: kalna-0.0.6-py3.8.egg
- Upload date:
- Size: 7.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 | 23d6ef0b9b6dad54b59c30cdb225e4b3e5be6a61ec57c94b6580293b81a50c9f |
|
MD5 | 2bd9b6736707a44ef4b38db06c0caea7 |
|
BLAKE2b-256 | d4896711fb6207f243958e93eb32e9b2a447e6c4c77ea3189636a58c31d79bfc |
File details
Details for the file kalna-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: kalna-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.6 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 | 1f62688b7ea82dcbace9631570e171c3a603ce7b67057acd6cdad090ce82d591 |
|
MD5 | f57e9b57bd0b1586fdea8800022927ae |
|
BLAKE2b-256 | 26fc6d50d76ca5b061ffe3116129f1fb35afc525ac8335c775a89b29a990c647 |