fivedollarwitch commited on
Commit
31f8bd5
·
verified ·
1 Parent(s): ec263df

Update MLBaseModelDriver.py

Browse files
Files changed (1) hide show
  1. MLBaseModelDriver.py +2 -1
MLBaseModelDriver.py CHANGED
@@ -16,12 +16,13 @@ Data container class representing the data shape of the synapse coming into `run
16
 
17
  class ProcessedSynapse(TypedDict):
18
  id: Optional[str]
 
19
  property_id: Optional[str]
20
  listing_id: Optional[str]
21
  address: Optional[str]
22
  city: Optional[str]
23
  state: Optional[str]
24
- zip: Optional[str]
25
  price: Optional[float]
26
  beds: Optional[int]
27
  baths: Optional[float]
 
16
 
17
  class ProcessedSynapse(TypedDict):
18
  id: Optional[str]
19
+ nextplace_id: Optional[str]
20
  property_id: Optional[str]
21
  listing_id: Optional[str]
22
  address: Optional[str]
23
  city: Optional[str]
24
  state: Optional[str]
25
+ zip_code: Optional[str]
26
  price: Optional[float]
27
  beds: Optional[int]
28
  baths: Optional[float]