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: 11 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T16:31:08.000Z (14 days ago)
- Last Synced: 2024-10-25T10:27:12.544Z (13 days ago)
- Topics: data-science, dplyr, llm, polars, python, r
- Language: R
- Homepage: https://mlverse.github.io/mall/
- Size: 3.22 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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/