Skip to content

Ipsedo/TabPFN

Repository files navigation

TabPFN

My python template for tab_pfn.

Installation

$ cd /path/to/TabPFN
$ # install venv
$ python -m venv venv
$ source ./venv/bin/activate
$ # install requirements
$ pip install -r requirements.txt
$ # install pre-commit (needs "git init" command)
$ pre-commit install