File size: 843 Bytes
b781aec
 
 
 
0b48c77
b781aec
0b48c77
b781aec
 
 
0b48c77
b781aec
0b48c77
 
b781aec
0b48c77
b781aec
0b48c77
b781aec
0b48c77
b781aec
0b48c77
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Auto Tabular Completion with In-Context Learning

## Introduction

Welcome to Auto Tabular Completion. It automatically fill in missing values in tabular data using in-context learning techniques. This tool leverages the capabilities of LLMs to predict output values based on given input data.

![Demo1](./assets/demo1.png)

## Quick Start

Check [demo1.ipynb](demo1.ipynb) and [demo2.ipynb](demo2.ipynb) for usage.

> [!Note]
> Give it a try with my personal key in the two demo notebooks (valid until 2024-11-01).

## API

[Silicon Flow](https://cloud.siliconflow.cn/) provides free API.

## Input Format

Your Excel file should contain columns prefixed with `[Input] ` for input variables and `[Output] ` for known or expected output values. Any columns not following this naming convention will be ignored during the prediction process.