Jill Cates

Results 7 comments of Jill Cates

Thanks for the swift response. I'm really glad you shared this issue with me because I wouldn't have found it otherwise. Do you think this is worth adding to the...

I tried casting the column to datetime and set utc=True. Still getting that weird -1 day behaviour in the plots. ``` pd.to_datetime(df["date"], utc=True) ``` Am I doing this right? I'm...

Thanks for sharing this! looks like this [PR](https://github.com/vega/vega-lite/pull/7815) is still waiting for reviewers. Unfortunately I don't have the context to review this particular PR but hopefully it gets shipped soon...

Somehow, after downgrading then upgrading back to 0.4.2, all is good now. Sorry for the false alarm!

@betatim Sounds good. What is "the expensive" referring to?

How about something like: A tree based regression model is used to evaluate (or optimize/minimize?) the objective function `func`. The model is improved by sequentially evaluating the expensive function at...

I'm working on this at the PyCon 2024 Pallets sprint. Let's see how far I get :)