PolynomiaL Regression on DHT 11 data

How to use Polynomial Regression for DHT 11 temperature and humidity data?
I mean I want a prediction graph.
Regards

Hi,

You will have to first build a system to log temperature and humidity data. You can check the blog below for the details.

Then use the same code that you used for LM35 sensor for polynomial regression, just use the variable that you named for the temperature or humidity in the hardware config instead of using the variable name you used for LM35.

Thank You very much Sir.
I have already built a system to log temperature and humidity data using Arduino UNO and Bolt Module.
I was confused about regression.
Regards