Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 831 Bytes

File metadata and controls

14 lines (10 loc) · 831 Bytes

Valuation

Properties

Name Type Description Notes
most_probable_price int Predicted price, pound [optional]
price_range_from int Lower price boundary, pound [optional]
price_range_to int Higher price boundary, pound [optional]
confidence int Probability (in percents) that actual price is within the specified boundaries [optional]
price_distribution list[ValuationPriceDistribution] Describes the probabilities (in percents) that actual price is within particular subranges [optional]

[Back to Model list] [Back to API list] [Back to README]