evinism / evinism/TinyBaker

Investigate adding in additional annotations

Open
#21 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
33
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Right now, tinybaker has only one annotation, e.g. `fileset::`. We might want to leverage the idea to help with interface stuff.

Potential things!
`pkl::`
`json::`
`xml::`
`pd::`

Enabling things like:

```py
def script(self):
self.input_files["model"].predict(self.input_files["data"])
self.output_files['model'] = lololol
```

i'm not sure what the final endpoint of this will be, but it'll be good to start thinking about it. Might inform future API work too.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.