Skip to content

srgee/ml-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ› οΈ Machine Learning Scripts

Python Version License Status

πŸ“‹ Description

A collection of reusable scripts and utilities designed to optimize and accelerate Machine Learning workflows.

The goal of this repository is to modularize repetitive tasks such as data cleaning, metric visualization, preprocessing, and model evaluation, allowing Data Scientists and Machine Learning practitioners to focus on modeling rather than writing boilerplate code.

πŸš€ Content

The repository is organized by standalone Python scripts:

  • Automated data preprocessing pipeline: it handles common feature engineering tasks through a configurable pipelin. It detects features, applies appropriate transformations, generates engineered features based on common strategies, handles missing data
  • Model fine-tuning manager:

🀝 Contributing

Contributions are welcome! If you have a useful script you'd like to share:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/new-utility).
  3. Make your changes and commit (git commit -m 'Add new normalization function').
  4. Push to the branch (git push origin feature/new-utility).
  5. Open a Pull Request.

πŸ™Œ Acknowledgments

This repository was inspired by the article 5 Essential Python Scripts for Intermediate Machine Learning Practitioners on Machine Learning Mastery.

Special thanks to the author, Bala Priya C, for the insights that laid the foundation for this work.

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

Made with ❀️ by srgee - If you found this useful, please give the repo a ⭐!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors