Spaces:
Sleeping
Sleeping
prakrati-m
commited on
Commit
•
3d8b8e6
1
Parent(s):
49d2167
Update app.py
Browse files
app.py
CHANGED
@@ -174,11 +174,11 @@ elif app_mode == "Prediction":
|
|
174 |
|
175 |
if app_mode == "Conclusion":
|
176 |
st.title("Conclusion")
|
177 |
-
st.markdown("From the Prediction page and the error ratios, it can be
|
178 |
|
179 |
st.markdown("#### Improvements")
|
180 |
-
st.markdown("- Diversify the dataset")
|
181 |
-
st.markdown("-
|
182 |
st.markdown("- Use models other than simple Linear Regression")
|
183 |
|
184 |
|
|
|
174 |
|
175 |
if app_mode == "Conclusion":
|
176 |
st.title("Conclusion")
|
177 |
+
st.markdown("From the Prediction page and the error ratios, it can be reviewed that the model is still weak to predict the pricing point of Vehicle Insurance. This maybe due to the limited variables in the dataset and their weak linear relationship with annual insurance price. To conclude, more research needs to be performed to accurately evaluate whether Vehicle Insurance is a potential revenue stream.")
|
178 |
|
179 |
st.markdown("#### Improvements")
|
180 |
+
st.markdown("- Diversify the dataset in terms of varibables")
|
181 |
+
st.markdown("- Gather detailed information which includes which price would they be willing to pay or whether they are currently satisfied with the price they are paying for the insurance.")
|
182 |
st.markdown("- Use models other than simple Linear Regression")
|
183 |
|
184 |
|