Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit

FinTech Python Assignment

FinTech Use Case

Compare and contrast results from TWO models designed to predict levels of potential sale price (fair value) of real estate assets in a specific area given predefined asset and environmental characteristics (modified data is provided).

Specifically, your FinTech team members are interested to see the effect of age” variable in addition to other variables on the mean observed price per unit. You are free to choose any two relevant models (we have covered few ML variations starting from a base simple OLS). Your task is to critically explain your steps and results and show model coefficients and model accuracy, for example in mean square error (MSE) and/or R^2.

Model choices

1.   Linear Regression

2.   RANSAC Regressor

3.   LASSO

4.   Polynomials

5.   Decision Tree

6.   Random Forest

Your team members are keen to learn about python and would like to see and read the python

script with simple explanations of your steps. This is in light of relevant FinTech news that ZILLOW

is exiting home buying business.LINK

As a result, delivery is in one python.py script format as  with ‘’’’’’ explanations of your steps. The aim is to describe your detailed steps from input variables to model parameters and provide final results in a critical, concise and logical way.

Recommended formats