Skip to main content

No project description provided

Project description

VisTabNet

This package introduces VisTabNet - Vision Transformer-based Tabular Data Classifier.

Usage

from vistabnet import VisTabNetClassifier

X_train, y_train, X_test, y_test = ... # Load your data here. Y should be label encoded, not one-hot encoded.

model = VisTabNetClassifier(input_features=X_train.shape[1], classes=len(np.unique(y_train)), device="cuda:1")
model.fit(X_train, y_train, eval_X=X_test, eval_y=y_test)

y_pred = model.predict(X_test)
acc = balanced_accuracy_score(y_test_, y_pred)
print(f"Balanced accuracy: {acc}")

Installation

pip install vistabnet

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

vistabnet-0.1.1.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

vistabnet-0.1.1-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file vistabnet-0.1.1.tar.gz.

File metadata

  • Download URL: vistabnet-0.1.1.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.9.16 Linux/5.10.0-19-amd64

File hashes

Hashes for vistabnet-0.1.1.tar.gz
Algorithm Hash digest
SHA256 b431d815e6d0896d5af3a15af1c97f59654622707c09dd52aca6ae7c16fd0832
MD5 79bf391e6a0fc224c2a0ae1d4dd4a9ea
BLAKE2b-256 172c5cc40c60493973306d4be5d9d50c56524caa1ef60e42f7d4f7feaffba152

See more details on using hashes here.

File details

Details for the file vistabnet-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: vistabnet-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.9.16 Linux/5.10.0-19-amd64

File hashes

Hashes for vistabnet-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 62a9328a81f233b952ffd66ebaa87231054d4a7b45975a83e2fc345c1095a450
MD5 9d4369a580e60101d71f0a0a7371098d
BLAKE2b-256 5311ba664258127809f738386480b1cc32a2fb442fa5009b88588170703cb756

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page