We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be02aa commit d034e28Copy full SHA for d034e28
1 file changed
src/app/schemas.py
@@ -41,7 +41,7 @@ class FeatureLabels(str, Enum):
41
42
43
class Person(BaseModel):
44
- ''' Delivers the type hints for feature attributes '''
+ ''' Delivers the column label handling for feature attributes '''
45
age: int = Field(..., example=45)
46
capital_gain: int = Field(..., example=2174)
47
capital_loss: int = Field(..., example=0)
0 commit comments