Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.59 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.59 KB

Example Data Analyses Using Loom

Complete Examples

  • Density Estimation - Toy demonstration of loom learning an arbitrary density function.

  • Lending Club - Historical data about repayment of ~300k loans. Includes dates, text fields, and other features, ~90 in total.

Incomplete Examples

  • Pubmed Abstracts - Demonstrates how to ingest wide sparse data from bag-of-word files, bypassing .csv representation.

  • Taxi - Simple demonstration of how to use the loom.tasks interface.

Potential Examples

If you would like to see a public dataset analysed by loom, submit an issue, or add information below and submit a pull request.