Jordun01 commited on
Commit
77ea181
·
verified ·
1 Parent(s): a74cc24

Add feature_config.json with legacy_model:true for dual-mechanism

Browse files
Files changed (1) hide show
  1. feature_config.json +85 -0
feature_config.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "legacy_model": true,
4
+ "features": [
5
+ "living_area_sqft",
6
+ "lot_size_sqft",
7
+ "bedrooms",
8
+ "bathrooms",
9
+ "latitude",
10
+ "longitude",
11
+ "year_built",
12
+ "property_age",
13
+ "stories",
14
+ "bathrooms_full",
15
+ "bathrooms_half",
16
+ "bathrooms_three_quarter",
17
+ "garage_capacity",
18
+ "covered_parking_capacity",
19
+ "open_parking_capacity",
20
+ "parking_capacity_total",
21
+ "fireplaces_count",
22
+ "cooling_count",
23
+ "heating_count",
24
+ "appliances_count",
25
+ "flooring_count",
26
+ "construction_materials_count",
27
+ "interior_features_count",
28
+ "exterior_features_count",
29
+ "community_features_count",
30
+ "parking_features_count",
31
+ "pool_features_count",
32
+ "laundry_features_count",
33
+ "lot_features_count",
34
+ "view_features_count",
35
+ "sewer_count",
36
+ "water_source_count",
37
+ "electric_count",
38
+ "school_count",
39
+ "min_school_distance",
40
+ "avg_school_rating",
41
+ "max_school_rating",
42
+ "elementary_rating",
43
+ "middle_rating",
44
+ "high_rating",
45
+ "total_parking",
46
+ "total_bathrooms",
47
+ "lot_to_living_ratio",
48
+ "beds_per_bath",
49
+ "total_amenity_count",
50
+ "previous_sale_price",
51
+ "years_since_last_sale",
52
+ "months_since_last_sale",
53
+ "price_change_since_last_sale",
54
+ "price_appreciation_rate",
55
+ "annual_appreciation_rate",
56
+ "has_basement",
57
+ "has_garage",
58
+ "has_attached_garage",
59
+ "has_cooling",
60
+ "has_heating",
61
+ "has_fireplace",
62
+ "has_spa",
63
+ "has_view",
64
+ "has_pool",
65
+ "has_open_parking",
66
+ "has_home_warranty",
67
+ "is_new_construction",
68
+ "is_senior_community",
69
+ "has_waterfront_view",
70
+ "has_central_air",
71
+ "has_forced_air_heating",
72
+ "has_natural_gas",
73
+ "has_hardwood_floors",
74
+ "has_tile_floors",
75
+ "has_any_pool_or_spa",
76
+ "has_previous_sale_data",
77
+ "is_recent_flip",
78
+ "home_type_SINGLE_FAMILY",
79
+ "home_type_MULTI_FAMILY",
80
+ "home_type_MANUFACTURED",
81
+ "home_type_LOT",
82
+ "home_type_HOME_TYPE_UNKNOWN",
83
+ "home_type_nan"
84
+ ]
85
+ }