Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternScience/InternAgent
/ LoadConfig
Function
LoadConfig
tasks/AutoEAP/code/experiment.py:41–44 ·
view source on GitHub ↗
(config)
Source
from the content-addressed store, hash-verified
39
return
parser.parse_args()
40
41
def
LoadConfig(config):
42
with
open(config,
'r'
)
as
file:
43
params = json.load(file)
44
return
params
45
46
def
one_hot_encode(seq):
47
nucleotide_dict = {
'A'
: [1, 0, 0, 0],
Callers
1
main
Function · 0.85
Calls
1
load
Method · 0.45
Tested by
no test coverage detected