Christian Werner
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
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...
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 -...
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...
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...
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...
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...