Christian Werner

Results 16 issues of Christian Werner

Hi. Just wondering if a conversion function to `NamedTuple` or `Dataclass` types is possible? We currently have `to_tuple` and `to_dict`, so maybe `to_namedtuple`/ `to_dataclass` would work, too? Cheers, C

enhancement

Hi :wave: Happy user of `webdataset` here. Thanks for your great library and hard work! I found the project some months back and used it for a students DL project...

documentation
enhancement

Hi all. 👋 I'm currently using intake to access some datafiles (xarray, csv, shp) from a remote storage (our on-premise S3 service). This works fine, but I now wonder if...

Maybe it would be a good idea to store image info and classification details in a small sql (sqlite) database. Potenital entries: - name - search query - source-url -...

enhancement

Now other people are using it the tool really should have tests

enhancement

Hi :wave: Just discovered this project and it seems to tick most/ all of my boxes for a nice project setup. However, I do have an existing project (that does...

question

I usually save my pandas dataframes with compression (they are also easily read by read_csv() without a special argument): ``` df.to_csv("my_data.csv.gz", compression="gzip") ``` Is there a way to pass the...

ux
serialization
p2-medium

Hi 👋 i just discovered MLEM and was intrigued by the deploy options. In the tutorial it is mentioned that one can deploy to Heroku. Since dokku also uses heroku...

help wanted
deploy
build

Hi Recently stumbled upon this neat little library. I currently have the problem that I'm building a dashboard using streamlit and folium. On the folium map, I'd like to overlay...

It's a mess - let's refactor it ;-) * Split the plotting from the normal control flow * Switch to the page class used in stations repo (that also enables...