-
I am trying to use this minimal config described here: http://dataduct.readthedocs.org/en/latest/config.html
But it appears that it's insufficient.
dataduct wouldn't start without a logging section …
-
-
Hello,
I deployed clearml server on my machine and wanted to make pipelines:
my code:
```
from clearml import PipelineController
def read_data(csv_path):
import pandas as pd
imp…
-
Collecting items from a slack with @lauralorenz, etc.:
Framing question(s):
> Are there common frameworks out there that people use to manage larger data science software projects? something like dj…
-
### Summary
Currently, OCW data is written to the database via DRF serializers in `course_catalog/serializers.py`, this isn't really a use case DRF serializers were built for, so we should move away …
-
Hi ! I'm Quentin from Hugging Face :)
Congrats on this project, this has the potential to help the community so much ! Especially with large scale and multimodal datasets.
I was wondering if you…
-
What is it you want to learn? What specific scenarios are you interrested in? Comment below 👇
-
The new mesoscope TIFF splitting code merged in #464 (ticket #460) appears to be a factor of ~ 2 slower than the legacy code. This is probably not a show-stopper, but it would be nice to speed it up.
…
-
## workloads
- one-off job
- scheduled, recurring job
- replicated container
need to think about routing traffic eventually
## deployments
- canary deployments
- blue-green deployments
- r…
-
**Use case**
```
WITH number % 10 AS part SELECT number FROM numbers(1000) INTO OUTFILE 'file_{part}.txt'
```
**Additional context**
Hold, because it's difficult to analyze that the `part` …