datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
australian-sme-business-dataset
SME Business Dataset (Free Samples — AU, US, UK)
Realistic, relational business datasets generated by simulating retail SMEs day-by-day over 2 financial years. Every transaction flows through double-entry accounting.
Browse all datasets and variants →
Three variants available: Australian (ATO/GST), US (IRS/FICA), and UK (HMRC/PAYE/VAT).
What makes this different
Feature
AdventureWorks
Northwind
Faker/Mockaroo
This dataset
Cross-domain traceability
Partial… See the full description on the dataset page: https://huggingface.co/datasets/mindweave/australian-sme-business-dataset.australian_credit
Australian Credit
The Australian Credit from the UCI ML repository.
Classification of loan approval.
Configurations and tasks
Configuration
Task
Description
australian_credit
Binary classification
Is the loan granted?
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/australian_credit")["train"]
Features
Target feature changes according to the selected configuration and is always in last position in the dataset.
AIS-Australian_Institute_of_Sports
