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

Need a simple data_set validator script #142

Open
drewoldag opened this issue Dec 16, 2024 · 0 comments
Open

Need a simple data_set validator script #142

drewoldag opened this issue Dec 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@drewoldag
Copy link
Collaborator

We should implement some tooling that will help give people confidence that their data_set class is doing what it is suppose to do.

Given a users data_set class, plus some small amount of example data and a run time config, the tooling should be able to run a few checks on the dataset class, provide an example of the data that it would return, verify that the expected methods are present, ...

Many of those things could be accomplished by simply running fibad using that data_set class, but this tooling could help facilitate a faster development process by eliminating the complication of developing a model at the same time.

This functionality could also serve as a validation for use with a specific version of fibad. i.e. "the data_set class passes this validation for fibad version <= x.y.z".

@drewoldag drewoldag added the enhancement New feature or request label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant