Skip to content

MLLearner 0.1.1 - GitHub Packages Support

Choose a tag to compare

@HarshTambade HarshTambade released this 05 Jan 17:15
5cd094e

What's New in 0.1.1

Features

  • GitHub Packages Registry Support: Package now publishes to both PyPI and GitHub Packages Registry
  • Dual Distribution: Available on PyPI and GitHub Packages for maximum accessibility
  • Improved Workflow: Updated CI/CD pipeline with GitHub Packages publishing

Bug Fixes

  • Fixed workflow configuration for GitHub Packages integration
  • Improved authentication handling in automated publishing

Installation

From PyPI:

pip install mllearner

From GitHub Packages:

pip install --index-url https://pypi.pkg.github.com/HarshTambade/ml-learning-hub mllearner

What is MLLearner?

MLLearner is a comprehensive Python package for machine learning education with:

  • Data preprocessing and handling utilities
  • Classic ML algorithm implementations (Linear Regression, Logistic Regression, KNN, Decision Trees)
  • Training utilities and callbacks
  • Comprehensive evaluation metrics
  • Visualization tools for ML insights

Documentation

For complete documentation, visit: https://github.com/HarshTambade/ML-Learning-Hub

Support

This release marks our expansion to GitHub Packages Registry, making MLLearner accessible through multiple channels!