awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sql-machine-learning avatar

sql-machine-learning/sqlflow

0
View on GitHub↗
5,182 星标·703 分支·Go·Apache-2.0·4 次浏览sqlflow.org↗

Sqlflow

sqlflow 是一个 SQL 机器学习引擎与编排器,旨在通过扩展的 SQL 查询语法来训练、部署与解释机器学习模型。它通过将数据库引擎连接到外部机器学习工具包,实现了数据库内机器学习,允许用户直接通过查询定义训练数据集与超参数。

该系统作为预测接口与可解释性工具运行。它允许通过在标准 SQL 语句中调用模型函数,对数据库记录生成分类与预测,并提供了一个工作流来解释特定特征如何影响模型决策。

Features

  • SQL-Based Machine Learning - Defines machine learning training and inference parameters using a custom SQL query syntax.
  • In-Database Machine Learning - Enables the training and execution of machine learning models directly within the database engine using SQL.
  • Machine Learning Toolkits - Integrates with specialized machine learning toolkits to facilitate model training and prediction execution.
  • Machine Learning Training - Supports building machine learning models by defining datasets and hyperparameters via SQL syntax.
  • Model Inference - Enables model inference by calling prediction functions directly within SQL select statements.
  • Model Predictions - Generates predicted values and classifications from trained models using standard SQL queries.
  • Model Explainability - Uses query extensions to quantify the influence of specific features on model predictions.
  • AI and Machine Learning - SQL-based machine learning engine.
  • Machine Learning Operations - Brings machine learning capabilities to SQL, enabling model training and prediction using SQL syntax.
  • Data Processing Tools - Bridge between SQL queries and machine learning workflows.

Star 历史

sql-machine-learning/sqlflow 的 Star 历史图表sql-machine-learning/sqlflow 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Sqlflow 的开源替代方案

相似的开源项目,按与 Sqlflow 的功能重合度排序。
  • huggingface/transformers.jshuggingface 的头像

    huggingface/transformers.js

    15,420在 GitHub 上查看↗

    This library is a web-native engine designed to execute pretrained machine learning models directly within the browser. It functions as a client-side inference framework, enabling developers to run complex neural networks for natural language processing, computer vision, and audio tasks without requiring a backend server or external API calls. The framework distinguishes itself by providing a unified pipeline-based abstraction that handles the entire lifecycle of model execution. It manages the dynamic retrieval of model weights and configurations from remote registries, while simultaneously

    JavaScriptbrowserjavascripttransformers
    在 GitHub 上查看↗15,420
  • mindsdb/mindsdbmindsdb 的头像

    mindsdb/mindsdb

    39,313在 GitHub 上查看↗

    MindsDB is an AI-native database engine that treats machine learning models and autonomous agents as virtual tables. By mapping external data sources, predictive models, and third-party services directly into the database schema, it enables users to perform inference, data retrieval, and complex orchestration using standard SQL syntax. The platform distinguishes itself through an autonomous agent orchestrator that executes iterative reasoning loops, allowing agents to plan data access and synthesize natural language responses from connected knowledge bases. It functions as a federated data ga

    Makefileagentsaianalytics
    在 GitHub 上查看↗39,313
  • seldonio/seldon-coreSeldonIO 的头像

    SeldonIO/seldon-core

    4,752在 GitHub 上查看↗

    Seldon Core is a Kubernetes-based machine learning model server and MLOps inference framework. It functions as a multi-model serving engine and pipeline orchestrator, packaging models as scalable microservices that are exposed via standardized REST and gRPC APIs. The project distinguishes itself through graph-based inference pipelines that chain models and data transformers into sequential workflows. It optimizes hardware utilization via multi-model shared serving and dynamic memory overcommit strategies, while supporting production experimentation through weighted traffic routing, A/B testin

    Goaiopsdeploymentkubernetes
    在 GitHub 上查看↗4,752
  • postgresml/postgresmlpostgresml 的头像

    postgresml/postgresml

    6,801在 GitHub 上查看↗

    PostgresML is a machine learning database extension for PostgreSQL that integrates model training and inference directly into the database. It functions as an in-database AI platform and vector database, enabling the execution of large language models and natural language processing tasks on stored records without exporting data to external services. The system distinguishes itself by utilizing GPU acceleration to minimize latency during model predictions and employing a hybrid storage engine that maintains relational data alongside high-dimensional vectors. It allows for the building and fin

    Rust
    在 GitHub 上查看↗6,801
查看 Sqlflow 的所有 30 个替代方案→

常见问题解答

sql-machine-learning/sqlflow 是做什么的?

sqlflow 是一个 SQL 机器学习引擎与编排器,旨在通过扩展的 SQL 查询语法来训练、部署与解释机器学习模型。它通过将数据库引擎连接到外部机器学习工具包,实现了数据库内机器学习,允许用户直接通过查询定义训练数据集与超参数。

sql-machine-learning/sqlflow 的主要功能有哪些?

sql-machine-learning/sqlflow 的主要功能包括:SQL-Based Machine Learning, In-Database Machine Learning, Machine Learning Toolkits, Machine Learning Training, Model Inference, Model Predictions, Model Explainability, AI and Machine Learning。

sql-machine-learning/sqlflow 有哪些开源替代品?

sql-machine-learning/sqlflow 的开源替代品包括: huggingface/transformers.js — This library is a web-native engine designed to execute pretrained machine learning models directly within the… mindsdb/mindsdb — MindsDB is an AI-native database engine that treats machine learning models and autonomous agents as virtual tables.… seldonio/seldon-core — Seldon Core is a Kubernetes-based machine learning model server and MLOps inference framework. It functions as a… postgresml/postgresml — PostgresML is a machine learning database extension for PostgreSQL that integrates model training and inference… biolab/orange3 — Orange3 is a visual data mining platform that provides an interactive canvas for building data analysis workflows… deepjavalibrary/djl — Deep Java Library is a Java deep learning framework and JVM model inference engine. It provides a high-level API for…