A short and sweet description of your package.
Project description
Machine Learning Workflow Automation
Overview
This repository automates various aspects of the machine learning workflow, making model development more efficient and streamlined. The automation script is designed to handle multiple preprocessing steps, hyperparameter tuning, and dataset management dynamically. This allows machine learning practitioners to focus more on model experimentation rather than repetitive tasks.
Features
The script provides the following automation functionalities:
- Dynamic Module Importing: Automatically imports only the required modules based on the current project's needs.
- Dataset Management:
- Loads datasets automatically.
- Creates three dataset versions:
- Main pandas DataFrame.
- A copy of the main dataset.
- A NumPy representation for numerical operations.
- Hyperparameter Tuning:
- Automates GridSearchCV and RandomizedSearchCV for hyperparameter optimization.
- Returns all attributes from the hyperparameter search results.
- Preprocessing Automation:
- Scaling and Encoding:
- Organizes multiple scaling and encoding techniques into their respective classes.
- Automatically applies the appropriate technique based on the dataset’s characteristics.
- Scaling and Encoding:
- Exploratory Data Analysis (EDA): Performs key statistical and graphical analyses to understand dataset characteristics.
- Model Visualization: Uses Scikit-Learn’s visualization API to provide graphical representations of machine learning models.
Branches
This repository contains four branches:
- master: The stable and production-ready branch.
- test-branch: Used for testing new features before merging into
master. - version_1.0: An earlier version of the automation script.
- version_2.0: The latest iteration with improvements and optimizations.
How to Use
- Clone the repository:
git clone https://github.com/your-username/repo-name.git
- Navigate into the directory:
cd repo-name
- Checkout the desired branch:
git checkout branch-name
- Run the automation script:
python script.py
Contributing
Feel free to fork this repository and make improvements. Contributions are always welcome! If you have a feature request or encounter any issues, please open an issue or submit a pull request.
License
This project is licensed under the MIT License.
Happy coding! 🚀
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
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 automl_ai-0.1.3.tar.gz.
File metadata
- Download URL: automl_ai-0.1.3.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6254507fc7399708c3ed91181017cd77bf471fc7af2dfe81bbb9138a8f5c6eb2
|
|
| MD5 |
1036bdcb5bd369882dcefe5414ad067e
|
|
| BLAKE2b-256 |
f3400f1ff016c5221e55f11348d9f2d3eda7ccfc960f94addcde96363bac776b
|
File details
Details for the file automl_ai-0.1.3-py3-none-any.whl.
File metadata
- Download URL: automl_ai-0.1.3-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4aff3abe5465cb11bbd2b25177443118d02b8f5d508256056bf04f8232368c25
|
|
| MD5 |
fe07a61b018125016dfed20deac45507
|
|
| BLAKE2b-256 |
f1700448a247493cc0410bd74a7f9db9d3b2ab185c6ef8367c8f6a90732ec2ec
|