anthony-wang / anthony-wang/CrabNet

fit() and predict() methods

Open
#14 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
132
Forks
42
PR merge metrics
No merged PRs in 30d

Description

Not necessarily critical, but struck me that it might be good to have a `mdl.fit()` and a `mdl.predict()` relative to what happens in `train_crabnet.py` to make it easier to "train once" and then reuse the model several times and for consistency with similar packages. Then I realized there is a `model.fit()` call inside of `train_crabnet.py` relative to `model = Model(CrabNet(...), ...)`. If I want to "train once" and then reuse the model, how would you suggest going about that?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.