Foundational machine learning engineering packages designed for independent consumption and composition.
_LearningMachines contains reusable ML primitives, experimentation tools, and workflow-oriented modules for downstream systems.
crossval-and-tuningdata-quality-and-profilingdata2ditribution-explorerdecision-trees-from-scratche2e-ml-pipelineevaluation-metrics-labfeature-engineering-toolkitgradient-descent-visualizerlinear-regression-from-scratchmodel-interpretability-labnlp-classic-playgroundoverfitting-playgroundtimeseries-forecasting-101
git submodule add https://github.com/navinBRuas/_LearningMachines.git vendor/learning-machinespip 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- Select the package that fits your ML use case.
- Follow the package
README.mdfor CLI/API examples. - Compose packages through explicit boundaries.
- Keep package dependencies minimal and localized.
- Run lint/tests in the target package before merging.
- Update package docs and changelog entries with behavior changes.
0.1.0
See LICENSE.