Skip to main content

The core machine learning library for Skyulf.

Project description

Skyulf Core

Skyulf Core (skyulf-core) is the standalone machine learning library that powers the Skyulf MLOps platform. It provides a robust, type-safe, and modular set of tools for:

  • Data Preprocessing: A comprehensive suite of transformers for cleaning, scaling, encoding, and feature engineering.
  • Modeling: Unified interfaces for classification and regression models, wrapping Scikit-Learn and other libraries.
  • Pipeline Management: Tools to build, serialize, and execute complex ML pipelines.
  • Tuning: Advanced hyperparameter tuning capabilities with support for Grid Search, Random Search, and Optuna.
  • Evaluation: Standardized metrics and evaluation schemas for model performance tracking.

Docs PyPI License Downloads issues contributors

Website & Documentation

Visit the full documentation and project site for guides, API reference, and examples:

Installation

pip install skyulf-core

# For visualization support (Rich dashboard + Matplotlib plots)
pip install skyulf-core[viz]

Quick Start: Automated EDA

Skyulf Core includes a powerful automated Exploratory Data Analysis (EDA) module.

import polars as pl
from skyulf.profiling.analyzer import EDAAnalyzer
from skyulf.profiling.visualizer import EDAVisualizer

# 1. Load Data
df = pl.read_csv("data.csv")

# 2. Analyze
analyzer = EDAAnalyzer(df)
# Optional: Manually specify special columns if auto-detection fails
profile = analyzer.analyze(
    target_col="target",
    date_col="timestamp",  # Optional
    lat_col="latitude",    # Optional
    lon_col="longitude"    # Optional
)

# 3. Visualize
viz = EDAVisualizer(profile, df)
viz.summary()  # Prints rich terminal dashboard
viz.plot()     # Opens interactive plots

Features

  • Automated EDA: One-line profiling with Data Quality, Outliers, Time Series, and Geospatial analysis.
  • Type-Safe: Built with modern Python type hints and Pydantic models.
  • Modular: Use only the components you need.
  • Serializable: All components are designed to be easily serialized for storage and deployment.
  • Extensible: Easy to extend with your own custom transformers and models.

License

This project is licensed under the terms of the Apache 2.0 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skyulf_core-0.1.9.tar.gz (119.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

skyulf_core-0.1.9-py3-none-any.whl (140.8 kB view details)

Uploaded Python 3

File details

Details for the file skyulf_core-0.1.9.tar.gz.

File metadata

  • Download URL: skyulf_core-0.1.9.tar.gz
  • Upload date:
  • Size: 119.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for skyulf_core-0.1.9.tar.gz
Algorithm Hash digest
SHA256 3ec9549ea4560e46231737f164c3db30040374877a4e33c2ed14fe63e76490ae
MD5 04ff74cfb51b2fb8857c21cca0ccb25f
BLAKE2b-256 2c51e721eeba78fbdace55b5de3cae011a0824a3e1d275f698960d9aa7b96e39

See more details on using hashes here.

File details

Details for the file skyulf_core-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: skyulf_core-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 140.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for skyulf_core-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 76b8136dcf0590fe8d6c9757f4c3695be50b42ebfae149f41bfe2ed464e361f7
MD5 a73155abac9a29e0fbe67de6d3eeb8f4
BLAKE2b-256 99aeb85ba86a5179cb0de0cec353cabeda55969881768df04d592ae4a1bf21c6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page