Adam Murphy
Adam Murphy
I've added a much more detailed `ValueError` to `prepare_trend_spec`. The original gave the user no help whatsoever if they passed anything incorrect. It's my first time contributing to a project...
I found it very difficult to understand what was going on with the experiments when reading through the FF docs and accompanying notebooks. It would be beneficial for this to...
It would be great if we could install FF using `conda`. How to add a recipe to conda-forge [link](https://conda-forge.org/#add_recipe)
There are three types of wandb [configuration](https://docs.wandb.ai/guides/sweeps/configuration) methods: grid, random, and bayes. It's evidently possible to use grid and random but is it possible to use bayes? To use bayes...
I tried to use this model yesterday and found it pretty confusing. Here are some issues: Note: Model definition is in multi_head_base.py 1. `forecast_length` has the default value `None` and...
There is no clear guidance in the documentation about which models, optimizers, losses, or activations are available to use. I had to dig through the source code to find them....
The Training Models [page](https://flow-forecast.atlassian.net/wiki/spaces/FF/pages/364019713/Training+Models) is the place where newbies come to learn how to use the library. It should be clear, simple, and follow proper coding standards. It needs some...
First off, I love this library, you've done an awesome job for creating it! Secondly, can you add support for [cuDF](https://docs.rapids.ai/api/cudf/stable/) dataframes?
- [✅] I didn't find a similar issue already open. - [✅] I read the documentation (README AND Wiki) - [✅ ] I have installed FFMpeg - [✅ ] My...
The first example people see when reading about dask-geopandas is actually an [anti-pattern](https://docs.dask.org/en/latest/best-practices.html#load-data-with-dask) that dask encourage us not to use. Anti-pattern (loading outside of dask then transferring to dask) ```python...