-
klepto 0.1.6 (running in Python 3.7.3) raises a ReferenceError exception in _dill.py @ line 1148 when attempting to dump a dir_archive with serialized=True (the default).
The following sample scrip…
-
To be used together with https://github.com/datalad/datalad-gooey/pull/319
Some options include:
- own custom implementation
- Alpaca forms
- json-schema-forms
**Some comments after initial t…
-
### Description
I'm trying to run TPC-H Q3 and compare the performance between Wayang and SparkSQL under the following setup:
* Running both Spark (3.5.1) and Wayang on a local VM with 32 CPU co…
-
## 🐛 Bug
See the reproduction below for a minimal example.
## To Reproduce
```python
import torch
from torch.utils.data import Dataset, DataLoader
from torch.utils.dlpack import to_dlpack,…
-
## Description
The current `DataCatalog` in Kedro has served its purpose well but has limitations and areas for improvement identified through user research: https://github.com/kedro-org/kedro/issues…
-
Hi, when i reasearch copynet, I found your copynet mechanism and I thought it is very useful.
So I tried to use it on the colab, but now I get a issue about the configurationError.
I've tried to ent…
-
In the R and C interfaces of LightGBM, the serialization functions convert floating point numbers to text representations in decimal format in order to save and load models (e.g. `LGBM_BoosterSaveMode…
-
When dealing with very large datasets sometimes the task graph handling becomes a bottleneck. What are some ways in which this can be addressed medium-to-long term.
As an example consider a petaby…
-
**What version of protobuf and what language are you using?**
Version: libprotoc 3.15.3
Go: 1.16
**What did you do?**
> To generate the go proto `protoc --go_out=. --go_opt=paths=source_relati…
-
Hello Team,
Thank you for this repo and the python package.
I am using the python package for topic modelling on twitter data and has my code set up based on your example on medium as follows:
…