Tabular/Structured Data

Tabular/Structured Data

Build models for structured/tabular data prediction.

What You’ll Build

AI models for tabular data:

  • Classification - Predict categories from features
  • Regression - Predict numeric values
  • Time series - Forecast future values

Prerequisites

  • A SeeMe.ai account (sign up)
  • CSV or structured data
  • (Optional) Python environment with seeme SDK installed

Supported Algorithms

SeeMe.ai supports multiple frameworks:

FrameworkBest For
XGBoostGeneral purpose, competitions
LightGBMLarge datasets, speed
CatBoostCategorical features
fastaiDeep learning on tabular

Steps

Quick Start

Data Requirements

  • CSV format
  • Headers in first row
  • One row per sample
  • Target column for supervised learning