(checkpoint)=
# Final Project Checkpoint


Please submit an in-progress [final project ipynb](https://comsc335.github.io/final_project/final_template.html). It should contain the following, though you are more than welcome to submit more:

- **[1 pt]** Evidence of your data loaded into your notebook: a `dataframe.head()` call (or equivalent for your data type), along with your train/test split.

- **[1 pt]** An in-progress dataset datasheet: at least five of the questions should have at least a draft response.

- **[1 pt]** One draft data exploration visualization from the Features section. 

- **[1 pt]** A draft baseline model fitted. You do not need to have the regularization parameter tuned yet.

- **[1 pt]** An outline of your plan for the remaining sections: which exploratory model(s) you plan to try, what you're considering for your model of choice, and any questions you'd like feedback on.

:::{note}

Like the proposal, the checkpoint will be graded on best-effort completion. I will be reviewing the checkpoints, so the more you are able to submit, the more specific feedback I can provide to guide your final report submission.

:::










