Jay Cunningham
Jay Cunningham
I have the following markdown: ```markdown % example % Jay Cunningham % 22 April 2021 # What's happening? ```{.python .cb.nb jupyter_kernel=python3 example=false session=foo} print("hello, world") ``` I'm running the following...
Hello! I'm attempting to train a relatively simple transformer model on a large amount of data (35m rows, 20 features). The data have been materialized as parquet, where each column...
Hi. I'm new to Amethyst and tiling in general, so hopefully I'm not doing something wrongheaded. **Describe the bug** The binary space partitioning layout chooses to lay windows out in...
The documentation for neuralforecast appears geared toward the use of pandas data frames. I'm working on a time series forecasting problem for which data cannot be fit into memory on...