Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Royalvice/DocDiff
/ train
Function
train
src/train.py:4–7 ·
view source on GitHub ↗
(config)
Source
from the content-addressed store, hash-verified
2
3
4
def
train(config):
5
trainer = Trainer(config)
6
trainer.train()
7
print(
'training complete'
)
8
9
10
def
test(config):
Callers
1
main
Function · 0.90
Calls
2
train
Method · 0.95
Trainer
Class · 0.90
Tested by
no test coverage detected