# learned-index **Repository Path**: boilingolf/learned-index ## Basic Information - **Project Name**: learned-index - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-07 - **Last Updated**: 2021-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MIT 6.867 Fall 2018 Course Project In this project, we reproduced the paper [The Case for Learn Index Structures](https://dl.acm.org/citation.cfm?id=3196909). This project is completed with Zeyuan Shang and Kevin Zhu. ## Usage ``` cd train ./gendata.py --help ./gendata.py --num 100000 --dist uniform > random.csv ./train ```