Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Use of DeepCave API with data loaded in memory #117

Open
eddiebergman opened this issue Feb 22, 2024 · 0 comments
Open

[Feature] Use of DeepCave API with data loaded in memory #117

eddiebergman opened this issue Feb 22, 2024 · 0 comments

Comments

@eddiebergman
Copy link
Contributor

I'm trying to use the configurator footprint part of DeepCave and I have all the data in one big parquet file and a ConfigSpace object.

Just using the API, i.e. the code parts of DeepCave require Run which in addition require some convertor. All of these concepts rely on all my data being on disk for caching and hashing etc. This makes it very difficult to go from my loaded data to being able to use the plugins of DeepCave through python.

Admittedly this is likely not a common use case, but it still is one. Not sure how to rectify this other than to separate concerns about processing data from a run with the actual logic of hashing and viewing the filesystem.

@eddiebergman eddiebergman changed the title [Feature] Non-file use of DeepCave API [Feature] Use of DeepCave API with data loaded in memory Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant