Move files
This commit is contained in:
parent
b97b20ba88
commit
c046d64a98
16 changed files with 35 additions and 36 deletions
8
great_ai/views/outputs/regression_output.py
Normal file
8
great_ai/views/outputs/regression_output.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from typing import Any, Optional, Union
|
||||
|
||||
from ..hashable_base_model import HashableBaseModel
|
||||
|
||||
|
||||
class RegressionOutput(HashableBaseModel):
|
||||
value: Union[int, float]
|
||||
explanation: Optional[Any]
|
||||
Loading…
Add table
Add a link
Reference in a new issue