tushushu / sklearn-prod

Make your model faster and smaller!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sklearn-prod

License Code Style

What

Sklearn-prod is written in Rust(PYO3) and provides a Python API. It focuses on model services, and does not provide model training methods. Instead, it reads the parameters of the trained model and generates a new model with smaller size, faster speed and supports multiple input formats.

It provides:

  • Support json inputs;
  • Model which keeps the minimum data required for predictions;
  • Highly optimized performance;

Requirements

  • Python: 3.8+
  • OS: Linux, MacOS and Windows

About

Make your model faster and smaller!

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 51.0%Language:Rust 39.5%Language:Shell 9.5%