About Anaconda Help Download Anaconda

Scikit-LLM: Seamlessly integrate powerful language models like ChatGPT into scikit-learn for enhanced text analysis tasks.

Installers

  • linux-64 v1.4.1
  • linux-aarch64 v1.4.1
  • osx-arm64 v1.4.1
  • osx-64 v1.4.1
  • win-64 v1.4.1

conda install

To install this package run one of the following:
conda install sfe1ed40::scikit-llm

Description

Scikit-LLM is a Python library designed to streamline the development of complex and production-ready NLP pipelines. It achieves this by offering a conventional scikit-learn API, thus abstracting the complexity of working with different large language models (LLMs).

Scikit-LLM can interact with a variety of LLM providers, whether they are running locally (such as GPT4All) or in the cloud (including Azure, OpenAI, and Vertex AI).

The library supports a wide range of text analysis tasks, including text classification and text-to-text modeling. For complex scenarios, multiple tasks can be chained together to form a scikit-learn pipeline.

Additionally, Scikit-LLM supports various prompting strategies (such as zero-shot, few-shot, and dynamic few-shot) and tuning options, which can significantly enhance model performance on a specific task.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.0) Legal | Privacy Policy