Parameters of make_regression

what does noise=10 means?
when i put noise ==100 then also mean and std comes out to be same as in case of noise==10.

and what does n_informative=1 means??
when we put it =2 then algo same graphs are plotting(just swapping with columns)

hey @anuj_singla8 ,
There are differences in the data values.

You can understand about these parameters in more detail on sklearn documentation.
check here
https://scikit-learn.org/stable/modules/generated/sklearn.datasets.make_regression.html

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.