Introducing skwrapper: Simplify ML Model Training with Scikit-Learn

As a Full-stack Developer, I always thought if i made any library it would be published on npm. Funny enough, my first open source library ended up being published on PyPi 😂 😎 I am excited to share my first open source python library : **skwrapper**! While learning ML, I noticed that when we train the datasets with scikit-learn, we do not rely on just one algorithm. we usually try with multiple algorithms to see which performs best for dataset. and in that we often repeat the same steps again and again: - Import different algorithm - Train each model separately - Import and calculate metrics repeatedly. writing very similar code multiple times, which is realy time-consuming. To simplify this workflow, i build skwrapper With skwrapper you can: 1. Import the skwrapper library following its two main class (sc, sr). 2. Define short algorithm names for regression and classification 3. Run multiple models in one line of code and get evaluation metrics quickly ⚡️ Behind the scenes it still use scikit-learn, so it keeps the same reliability and performance The motive is to help developer & data scientist quickly experiment with multiple models without worrying about repetitive setup code This is my first open source project, and i would really appreciate feedback, suggestions, or contributions from community. You can find the README and Contribution guidelines in the link below for detailed usage and contribution instructions. https://lnkd.in/gF4cTNeW Install the library with pip install skwrapper **If you are experimenting with ML, feel free to give a try!** #ai, #wrapper, #scikitlearn, #ML, #newlibrary, #opensource, #skwrapper

  • graphical user interface, text, application

Awesome bro Nice to see partner finally started AI 😂 Keep doing. And while reading the post one thought stuck in my mind will connect you for that

Like
Reply

Great work buddy, this will really help every ai enthusiast from beginner to professionals to train and evaluate models quickly without needing them to rewrite the same codes to test different algorithms.

Like
Reply
See more comments

To view or add a comment, sign in

Explore content categories