tcc and tif drift, compensated for string value casing, csv to dict improved process
This commit is contained in:
@ -6,3 +6,7 @@ class IRTModel(BaseModel):
|
||||
b_param: Dict = {"schema_bson_id": str, "field_bson_id": str}
|
||||
c_param: float
|
||||
model: str
|
||||
|
||||
|
||||
def formatted_b_param(self):
|
||||
return self.b_param['schema_bson_id'] + '-' + self.b_param['field_bson_id']
|
||||
|
Reference in New Issue
Block a user