Skip to content

feat: add minimal TypedDataFrame housing example#196

Open
neilkamath wants to merge 1 commit intoDataHaskell:mainfrom
neilkamath:typed-housing-mini-example
Open

feat: add minimal TypedDataFrame housing example#196
neilkamath wants to merge 1 commit intoDataHaskell:mainfrom
neilkamath:typed-housing-mini-example

Conversation

@neilkamath
Copy link
Copy Markdown

Summary

  • Adds a minimal TypedDataFrame example (typed_housing_mini) using the built-in data/housing.csv dataset.
  • Demonstrates selecting a small column slice, freezing into a typed schema (freezeWithError), and running a typed filter.

Windows compatibility

  • Gates hasktorch-based examples (california_housing, iris) on Windows, so the examples executable can build/run without Torch/libtorch there.
  • Non-Windows behavior is unchanged (torch examples remain available).

How to run

  • cabal run examples -- typed_housing_mini

Test plan

  • Ran cabal run examples -- typed_housing_mini on Windows (prints row counts and succeeds).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant