Conversation
Simplify scoring api
OSF backed data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This branch is major
v2overhaul ofhobj. It modernizes packaging and distribution (now using PyPi anduv), replaces the old ad hoc data/image loading flow with packaged OSF-backed datasets and a local cache, and reshapes the public API around a smaller set of supported entry points for loading data, building learners, and running the two published benchmarks.What Changed
setup.py/requirements.txttopyproject.toml+uv.lock, bumped the package tohobj==2.0.0, and standardized on Python 3.12.Makefile, GitHub Actions CI, and a PyPI-oriented install/publish workflow.hobj.data.download, including safe archive extraction, versioned caching under the user home directory, and a newhobj-download-dataCLI.list_image_ids,get_image_path,load_image, and structured loaders for the high-variance, one-shot, warmup, and catch image sets.cachedirroots.hobjAPI so users can import the main benchmarks, data loaders, image loaders,create_linear_learner, andRandomGuesserdirectly from the package root.site/changelist.md.Reviewer Notes
Testing