Skip to content

Conversation

@flyingriverhorse
Copy link

What is this tool for?

Skyulf is an open-source MLOps platform and a standalone Python library (skyulf-core) for building leakage-proof, stateless ML pipelines. It separates training logic from inference, allowing models to be saved as version-agnostic JSON artifacts instead of problematic Python pickles. It also includes a Polars-powered automated EDA engine.

Differences?

  • vs Scikit-learn: Skyulf pipelines are stateless (JSON deployment) and architecturally enforce leakage prevention (SplitDataset), whereas Scikit-learn relies on user discipline and heavy pickles.
  • vs MLflow: Skyulf builds the pipeline logic and architecture; MLflow tracks the results.
  • vs Cloud: Skyulf is local-first/self-hosted, requiring no data upload.

Added Skyulf to the list of graph-based ML tools.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant