guild09utc5 / Airbnb_Predict_Algo5 / 2.0.1
README.md
Overview
'AirBnB Predicting the Price' helps you to predict the price of the property based on the input attributes/features.
Applicable Scenarios and Problems
What scenarios or problems would this algorithm work well in?
Usage
Input
Describe the input fields for your algorithm. For example:
Parameter | Description |
---|---|
{"_id.neighbourhood_group":"Brooklyn", "_id.neighbourhood":"Kensington", "_id.room_type":"Private room"} | |
Provide these are input and get an AI derived values |
What data pre-processing would be great to perform on the input before calling this algorithm?
Output
Describe the output fields for your algorithm. For example:
Parameter | Description |
---|---|
{ |
"results": "40.15204010537579" } | Description of field |
Examples
Provide and explain examples of input and output for your algorithm.
Contents