Skip to main content

An AutoML library

Project description

Currently it prepares the data ready for a Machine Learning Classification problem (mainly for now Tabular Dataset). I am soon planning to add other features for Regression problem as well as for Clustering based Problem. My purpose of creating this project is to build an AutoML library, which reduces writing more code to a create a model. How you can use this is by following the below step: ` pip install mlpipeline_1==0.0.7 ` ` from ml_pipeline.pipeline import ml_pipe ` Then you need to pass certain parameters to the ml_pipe function, the first one is the “location of the csv file” which you want to do Classification on, second parameter being the “target variable name”, and the last one being the “split size” (value between 0 - 1) i.e., what percent of the whole dataset you want to use as a test set. ` X_train, X_test, y_train, y_test = ml_pipe(file_path, target_var, split_ratio) ` The output of the above function you can pass to any Classification model for training.

Soon planning to coming up with more and more features. Planning to make this a full-fledged AutoML library.

Change Log

0.0.7 (18/02/2022)

  • This is my Seventh Release of the project with some changes solving some errors from the previous version and updating the readme file for better clarity for the users on how to use this.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mlpipeline_1-0.0.7.tar.gz (63.9 kB view details)

Uploaded Source

File details

Details for the file mlpipeline_1-0.0.7.tar.gz.

File metadata

  • Download URL: mlpipeline_1-0.0.7.tar.gz
  • Upload date:
  • Size: 63.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.61.2 importlib-metadata/3.10.1 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.9.4

File hashes

Hashes for mlpipeline_1-0.0.7.tar.gz
Algorithm Hash digest
SHA256 ba7209edb8818d0db621fff0d81e3d256a787c4614f7911fbad03b197137ccda
MD5 aaa0a5a6f9c7daf57fe673c87ab2790b
BLAKE2b-256 168a2c90e759168cd82a0a312335a0132908b03c75209c7a944a7b2145764a32

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page