Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlverse/mall
Run multiple LLM predictions against a data frame with R and Python
https://github.com/mlverse/mall
data-science dplyr llm polars python r
Last synced: 4 days ago
JSON representation
Run multiple LLM predictions against a data frame with R and Python
- Host: GitHub
- URL: https://github.com/mlverse/mall
- Owner: mlverse
- Created: 2024-08-30T16:00:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T22:19:06.000Z (about 1 month ago)
- Last Synced: 2024-12-05T09:07:01.130Z (about 1 month ago)
- Topics: data-science, dplyr, llm, polars, python, r
- Language: R
- Homepage: https://mlverse.github.io/mall/
- Size: 3.23 MB
- Stars: 58
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mall
[![R check](https://github.com/mlverse/mall/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mlverse/mall/actions/workflows/R-CMD-check.yaml)
[![Python tests](https://github.com/mlverse/mall/actions/workflows/python-tests.yaml/badge.svg)](https://github.com/mlverse/mall/actions/workflows/python-tests.yaml)
[![R package coverage](https://codecov.io/gh/mlverse/mall/branch/main/graph/badge.svg)](https://app.codecov.io/gh/mlverse/mall?branch=main)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)Run multiple LLM predictions against a data frame. The predictions are
processed row-wise over a specified column. It works using a
pre-determined one-shot prompt, along with the current row’s content.
`mall` is now available in both R and Python.To find out how to install and use, or just to learn more about it, please
visit the official website: https://mlverse.github.io/mall/