How to increase the r2 score of this ML model which is made using Random Forest Regressor It's score is 0.63?

后端 未结 0 1051
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-04 21:36

import numpy as np

import matplotlib.pyplot as plt

import pandas as pd

data=pd.read_csv("Mall_Customers.csv")

X=data.iloc[:,1:-1].value

相关标签:
回答
  • 消灭零回复
提交回复
热议问题