An Auto ML framework that solves Classification Tasks
Project description
Auto ML for Solving Classification Problems for Tabular Data
Functionality of the Auto ML Framework
- Detects the type of problem from the given target feature
- Does EDA on it's own
- Finds out if there are null values present or not
- If null values are present they are treated specifically with the class they are present in
- Forms train-test split on it's own
- Applies 6 ML models to show the use which model performs the best
Usage
- Make sure you have Python installed in your system.
- Run Following command in the CMD.
pip install ARAMBHML
Example
test.py
from ARAMBHML import arambhNet
new = arambhNet(path,target) #target is the dependent feature and path is the path of csv file
new.get_model_details(path,target)
Run the Above Commands to get the results.
NOTE There are more than functionalities available, you can press "tab" after "new." to get the options
Here you can perform EDA and also see how do models perform on the dataset.
Note
- I have tried to implement all the functionality, it might have some bugs also. Moreover a number of more functionalities would be added later.
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 Distribution
ARAMBHML-0.2.4.tar.gz
(5.1 kB
view details)
Built Distribution
File details
Details for the file ARAMBHML-0.2.4.tar.gz
.
File metadata
- Download URL: ARAMBHML-0.2.4.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82203212d7342815a930d0ee96d82d11e3c59b249b85c548176de710abea08e7 |
|
MD5 | db0453990b92b30f5dfb7776cdb35ed3 |
|
BLAKE2b-256 | b7666f645cb49554775688745ae35782f37279b79d2e157f22d94bf248a4e1c9 |
File details
Details for the file ARAMBHML-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: ARAMBHML-0.2.4-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 810eff9f610b9413a2caf002352cd498800dc285680a0476afc6a07f8ade457e |
|
MD5 | 555b42987cc6a2ff00e32a1b7b2b8e34 |
|
BLAKE2b-256 | 7d28796d594fd816d8f46adf37c3c269eb9067827e362df301249c8dfe43679b |