Socket
Socket
Sign inDemoInstall

sqlite-utils-ml

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    sqlite-utils-ml

An sqlite-utils plugin to perform machine-learning workloads


Maintainers
1

Readme

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

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc