awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sql-machine-learning avatar

sql-machine-learning/sqlflow

0
View on GitHub↗
5,182 stars·703 forks·Go·Apache-2.0·4 vuessqlflow.org↗

Sqlflow

sqlflow est un moteur d'apprentissage automatique SQL et un orchestrateur conçu pour entraîner, déployer et expliquer des modèles d'apprentissage automatique en utilisant une syntaxe de requête SQL étendue. Il permet l'apprentissage automatique en base de données en connectant les moteurs de base de données à des boîtes à outils d'apprentissage automatique externes, permettant aux utilisateurs de définir des jeux de données d'entraînement et des hyperparamètres directement via des requêtes.

Le système fonctionne comme une interface de prédiction et un outil d'explicabilité. Il permet de générer des classifications et des prédictions sur les enregistrements de base de données en appelant des fonctions de modèle au sein d'instructions SQL standard et fournit un flux de travail pour interpréter comment des fonctionnalités spécifiques influencent les décisions du modèle.

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.

Historique des stars

Graphique de l'historique des stars pour sql-machine-learning/sqlflowGraphique de l'historique des stars pour sql-machine-learning/sqlflow

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Sqlflow

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Sqlflow.
  • huggingface/transformers.jsAvatar de huggingface

    huggingface/transformers.js

    15,420Voir sur 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
    Voir sur GitHub↗15,420
  • mindsdb/mindsdbAvatar de mindsdb

    mindsdb/mindsdb

    39,313Voir sur 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
    Voir sur GitHub↗39,313
  • seldonio/seldon-coreAvatar de SeldonIO

    SeldonIO/seldon-core

    4,752Voir sur 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
    Voir sur GitHub↗4,752
  • postgresml/postgresmlAvatar de postgresml

    postgresml/postgresml

    6,801Voir sur 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
    Voir sur GitHub↗6,801
Voir les 30 alternatives à Sqlflow→

Questions fréquentes

Que fait sql-machine-learning/sqlflow ?

sqlflow est un moteur d'apprentissage automatique SQL et un orchestrateur conçu pour entraîner, déployer et expliquer des modèles d'apprentissage automatique en utilisant une syntaxe de requête SQL étendue. Il permet l'apprentissage automatique en base de données en connectant les moteurs de base de données à des boîtes à outils d'apprentissage automatique externes, permettant aux utilisateurs de définir des jeux de données d'entraînement et des hyperparamètres directement…

Quelles sont les fonctionnalités principales de sql-machine-learning/sqlflow ?

Les fonctionnalités principales de sql-machine-learning/sqlflow sont : SQL-Based Machine Learning, In-Database Machine Learning, Machine Learning Toolkits, Machine Learning Training, Model Inference, Model Predictions, Model Explainability, AI and Machine Learning.

Quelles sont les alternatives open-source à sql-machine-learning/sqlflow ?

Les alternatives open-source à sql-machine-learning/sqlflow incluent : 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…