fnnx-ai/scikit-llm

Seamlessly integrate LLMs into scikit-learn.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 19th, 2026
Created on May 12th, 2023
Open Issues & Pull Requests: 20 (+0)
GitHub issues: Enabled
Number of forks: 288
Total Stargazers: 3,535 (+0)
Total Subscribers: 32 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 71.0 days
Mean response time: 104.0 days
90th percentile: 433.1 days
Tracked items: 8

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 635 days
Stale 30+ days: 4
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

Detailed Description

Scikit-LLM is a Python library that integrates large language models into scikit-learn workflows for text analysis tasks.

The tool addresses the challenge of incorporating powerful language models like ChatGPT into the familiar scikit-learn ecosystem. It wraps LLM capabilities within scikit-learn's estimator interface, allowing developers to use models like GPT for text classification and other NLP tasks while maintaining compatibility with standard scikit-learn pipelines and conventions.

Developers should choose this tool if they want to leverage LLM capabilities without abandoning scikit-learn's API patterns and pipeline infrastructure. It suits projects where teams are already invested in scikit-learn and want to augment their text analysis with language model reasoning without rewriting their machine learning code. The library enables zero-shot text classification and similar tasks by treating LLMs as drop-in estimators.

The project maintains active engagement with its community through multiple channels including GitHub issues and a Discord server. The maintainers actively solicit feedback and feature proposals from users.