This is an assignment for my course MLL100, a course on Material Science. The problem statements are as follows:
x - distance
t - time
D - diffusivity
Given a dataset diffData.csv with columns time, distance and Diffusion, a classification among bulk diffusion(Db) and grain boundary diffusion(Dgb)
- Predict the Bulk Diffusivity value using linear regression
- Predict the Grain Boundary Diffusivity value using linear regression
2. Now scale or normalize the data according to Xnew = (X - mean)/std and repeat the previous technique. Report the confusion matrix and classification report.