TabKAN: A Framework for Advancing Tabular Data Analysis using Kolmogorov-Arnold Networks
Project description
===== ./README.md =====
TabKAN: Advancing Tabular Data Analysis using Kolmogorov-Arnold Networks
TabKAN is a Python framework that implements a family of Kolmogorov-Arnold Network (KAN) based architectures specifically designed for tabular data analysis. This library is the official implementation of the research paper: TabKAN: Advancing Tabular Data Analysis using Kolmogorov-Arnold Network.
Traditional deep learning models often struggle to outperform tree-based methods like XGBoost on structured data. TabKAN bridges this gap by leveraging the expressive power of KANs, which use learnable activation functions on the edges of the neural network instead of fixed activations on the nodes.
This library provides a unified API for various KAN variants, making it easy to experiment, train, and evaluate state-of-the-art models for tabular tasks.
Key Features
- Multiple KAN Variants: Includes implementations and wrappers for:
- ChebyshevKAN: Uses Chebyshev polynomials for function approximation.
- FourierKAN: Uses Fourier series for capturing periodic patterns.
- SplineKAN: The original KAN architecture based on B-splines (via
kan-python). - Rational KANs:
JacobiKANandPadeKANfor modeling complex rational functions (viarkan). - FractionalKAN: Utilizes fractional-order Jacobi functions for enhanced flexibility (via
fkan).
- Advanced Architectures: A generic and powerful
KANMixerarchitecture that replaces MLPs in a Mixer design with any KAN layer, enhancing expressivity. - Unified and Simple API: All models inherit from a base
KANclass, providing consistent.fit()and.tune()methods. - Built-in Hyperparameter Tuning: Seamlessly find the best model architecture using an integrated Optuna-based tuner.
- Model Interpretability: Includes methods like
.get_feature_importance()forChebyshevKANandFourierKAN, as described in the paper.
Installation
You can install TabKAN directly from PyPI:
pip install tabkan
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tabkan-1.0.0.tar.gz.
File metadata
- Download URL: tabkan-1.0.0.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a6a77368e193569a626569903d72135e9193b65cff6a56faeb351187a5190a8
|
|
| MD5 |
9d92f93a65891489d7b322778b0ebfef
|
|
| BLAKE2b-256 |
64767cc0f74d67de648fb5565daca126b53648fb3bd83d735e02a396468477b1
|
File details
Details for the file tabkan-1.0.0-py3-none-any.whl.
File metadata
- Download URL: tabkan-1.0.0-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6428f7b441c02fd75f149d2690af1df7f94642f874b69c602d2b3471381093f
|
|
| MD5 |
c563db0ae33a4898948e918fea604138
|
|
| BLAKE2b-256 |
9c311767e1594cb76f31f23a9bf4ce5b98fa8982fcadb01537fb3e5d528f10ac
|