Skip to content

rclement/sqlite-utils-ml

Repository files navigation

sqlite-utils-ml

An sqlite-utils plugin to perform machine-learning workloads

PyPI CI/CD Coverage Status License

This sqlite-utils plugin allows to perform machine-learning related workloads, using an MLOps philosophy. All the underlying features are provided by sqlite-ml.

Installation

This plugin can be installed using sqlite-utils:

sqlite-utils install sqlite-utils-ml

Or you can install it as a standard Python package:

pip install sqlite-utils-ml

Usage

All sqlite-ml SQL functions are now available through sqlite-utils.

For instance to load the famous "Iris Dataset":

sqlite-utils memory "select sqml_load_dataset('iris')"

Please refer to sqlite-ml for further instructions.

License

Licensed under Apache License, Version 2.0

Copyright (c) 2023 - present Romain Clement