
bs.py: This script produces the assisted learning with gradient boosting on friedman1 data.

al_nn.py: This script produces the assisted learning with neural network on friedman1 data.

lr.py: This script produces the assisted learning with linear regression on friedman1 data.

PS: Optimal hyperparameters could be different since the data are randomly
generated.

Required Package:

Numpy
Sklearn
Pytorch
matplotlib
Math
Random 
Pandas