Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Automatically fill in missing values in tabular data using in-context learning techniques.

License

NotificationsYou must be signed in to change notification settings

Ki-Seki/autotab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Demo

Usage

Checkdemo.ipynb for more details.

Check and for direct usage.

Note

Give it a try with my personal key in the two demo notebooks (valid until 2024-11-01).Silicon Flow provides free API. You can sign up and get your own API key.

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.

TODOs

  • Use asyncio and ClientSession: Refactor the code to useasyncio andClientSession for asynchronous processing instead of usingThreadPoolExecutor. This will improve efficiency and scalability for handling API requests and data processing.

  • Save Data to SQLite Table: Update the code to save results into a SQLite database instead of an Excel file. This will involve creating a SQLite table and implementing the necessary functions to insert data into it.


[8]ページ先頭

©2009-2025 Movatter.jp