ibis-project / ibis-ml

IbisML is a library for building scalable ML pipelines using Ibis.
https://ibis-project.github.io/ibis-ml/
Apache License 2.0
48 stars 9 forks source link

docs: build demo workflows #49

Open jitingxu1 opened 2 months ago

jitingxu1 commented 2 months ago

~We are currently targeting the NVTabular demo on RecSys2020 Challenge as a demo workflow.~ Update: Due to the RecSys2020 demo data being unavailable (and against Twitter's terms to share), we will start with the R nycflights13 dataset. It has been added to Ibis examples to support this.

Major tasks

  1. Demo Dataset
    • nycflights13
  2. Feature engineering
    • Use ibis and ibisml for data preprocessing
  3. Model training
    • XGBoost
    • sklearn
    • PyTorch
deepyaman commented 2 months ago

Initial version merged in #60. Some remaining TODOs: