@isabelizimm I got this started and would love for you to make changes in this PR to get this working. I'll make a few notes throughout.
On the homepage (index.qmd) can you switch out using mock.get_mock_model() for using a linear model with mtcars instead?
Both on index.qmd and get-started/index.qmd why doesn't anything print out with v.description?
The pandas + sklearn code that we use to train the model is too wide for display. Can you add line breaks in a way that makes sense and will look "normal" to Python folks?
@isabelizimm I got this started and would love for you to make changes in this PR to get this working. I'll make a few notes throughout.
index.qmd
) can you switch out usingmock.get_mock_model()
for using a linear model with mtcars instead?index.qmd
andget-started/index.qmd
why doesn't anything print out withv.description
?