Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigdata-ustc/Agent4Edu
/ LearnerProfileValues
Class
LearnerProfileValues
Code/profile.py:13–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
@dataclass(frozen=True)
13
class
LearnerProfileValues:
14
user_id: int
15
activity_ratio: float
16
diversity_ratio: float
17
preference: str
18
success_rate_value: float
19
ability_value: float
20
21
22
class
Profile:
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected