ranjannjit commited on
Commit
c36d9fa
·
1 Parent(s): cb6a094

Update Readme file

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -8,5 +8,20 @@ sdk_version: 1.21.0
8
  app_file: app.py
9
  pinned: false
10
  ---
 
11
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
8
  app_file: app.py
9
  pinned: false
10
  ---
11
+ A house value is simply more than location and square footage. Like the features that make up a person, an educated party would want to know all aspects that give a house its value.
12
 
13
+ We are going to take advantage of all of the feature variables available to use and use it to analyze and predict house prices.
14
+
15
+ We are going to break everything into logical steps that allow us to ensure the cleanest, most realistic data for our model to make accurate predictions from.
16
+
17
+ - Load Data and Packages
18
+ - Analyzing the Test Variable (Sale Price)
19
+ - Multivariable Analysis
20
+ - Impute Missing Data and Clean Data
21
+ - Feature Transformation/Engineering
22
+ - Modeling and Predictions
23
+
24
+
25
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
26
+
27
+