@isabelizimm can you take care of a few polishing items for the new monitoring docs?
[ ] Adjust indentation and newlines so that we don't have code that is so wide, making multiple sliders
[ ] Remake the final screenshot with the new cars data + code
[ ] Deal with this warning when calling .predict (what is the better way to make the new column?):
<string>:1: SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead
See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy
That last one needs to be changed in both places where we call .predict.
@isabelizimm can you take care of a few polishing items for the new monitoring docs?
.predict
(what is the better way to make the new column?):That last one needs to be changed in both places where we call
.predict
.