A package containing general functionality for 24sea ai/ml related topics
Project description
ai-24sea
A Python package for building, training, and managing AI/ML models for 24sea windfarm data. This repository provides a modular framework for data ingestion, preprocessing, splitting, training, and experiment tracking using MLflow.
Features
- Configurable ML Pipelines: Easily define preprocessing, splitting, and training steps via configuration files.
- Data Ingestion: Fetch and aggregate windfarm data using the 24sea API.
- Preprocessing: Modular, reusable preprocessing functions for feature engineering and cleaning.
- Train/Test Split: Flexible splitting with support for custom strategies.
- Model Training: Standardized training flow with MLflow experiment tracking and signature enforcement.
- Testing: Comprehensive unit tests using
pytestandhypothesis.
Project Structure
├── LICENSE
├── README.md
├── VERSION
├── ai_24sea
│ ├── __init__.py
│ ├── modeler
│ │ ├── __init__.py
│ │ ├── config.py
│ │ ├── constants.py
│ │ ├── misc
│ │ │ ├── __init__.py
│ │ │ ├── preprocessors.py
│ │ │ └── utils.py
│ │ └── tasks
│ │ ├── __init__.py
│ │ ├── ingest.py
│ │ ├── optimize.py
│ │ ├── split.py
│ │ ├── train.py
│ │ └── transform.py
│ └── version.py
├── bitbucket-pipelines.yml
├── bumpversion.py
├── notebooks
│ ├── tests.ipynb
│ └── tests.py
├── pyproject.toml
├── tests
│ ├── __init__.py
│ ├── conftest.py
│ ├── misc
│ │ ├── test_preprocessors.py
│ │ └── test_utils.py
│ ├── tasks
│ │ ├── test_ingest.py
│ │ ├── test_optimize.py
│ │ ├── test_split.py
│ │ ├── test_train.py
│ │ ├── test_transform.py
│ │ └── test_validate.py
│ ├── test_config.py
│ └── test_version.py
└── uv.lock
Installation
This project uses uv for package management
To install:
uv sync
To install for development:
uv sync --all-groups
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ai_24sea-0.2.5.tar.gz.
File metadata
- Download URL: ai_24sea-0.2.5.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe9ba3686d709ac83a99280d65f32640154762645f2be7b3c99218adc1b13bb7
|
|
| MD5 |
195a2e378d0722d8de307b826997eac0
|
|
| BLAKE2b-256 |
1f38e68d3b5a909961dfd7afd65ec8b08b1b23f513c08c5d5c660b13018d8f7e
|
File details
Details for the file ai_24sea-0.2.5-py3-none-any.whl.
File metadata
- Download URL: ai_24sea-0.2.5-py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ebb28fd2973b648c0b1b1a39e1720cfb13e4a442eb02ae6e24c436c085e61a0
|
|
| MD5 |
813688c83d8feffc54aed7fb23c5cc4a
|
|
| BLAKE2b-256 |
f6da4c4f0f69ab3ea68715f4a7e2bd51a2c1a809cdae5cecc05886d40a008bff
|