Skip to content

naviNBRuas/_LearningMachines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

_LearningMachines

Foundational machine learning engineering packages designed for independent consumption and composition.

Overview

_LearningMachines contains reusable ML primitives, experimentation tools, and workflow-oriented modules for downstream systems.

Packages

Installation

Option A: consume the whole repository

git submodule add https://github.com/navinBRuas/_LearningMachines.git vendor/learning-machines

Option B: install a single package

pip install git+https://github.com/navinBRuas/_LearningMachines.git#subdirectory=gradient-descent-visualizer
pip install git+https://github.com/navinBRuas/_LearningMachines.git#subdirectory=crossval-and-tuning

Usage

  1. Select the package that fits your ML use case.
  2. Follow the package README.md for CLI/API examples.
  3. Compose packages through explicit boundaries.

Development

  • Keep package dependencies minimal and localized.
  • Run lint/tests in the target package before merging.
  • Update package docs and changelog entries with behavior changes.

Governance & docs

Version

0.1.0

License

See LICENSE.

About

Machine-learning engineering domain repository delivering modular ML primitives, experimentation tooling, and pipeline components — designed for composable workflows, reproducible research, and production-oriented model development.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors