Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 855 Bytes

README.adoc

File metadata and controls

22 lines (14 loc) · 855 Bytes

Assignment: nir-spectra

Predicting a quantity of interest from spectral data

Near infra-red spectroscopy is a technique used in a number of industries, including food and agrochemical quality control. The goal is to determine a quantity of interest, for instance, protein content of milk, from spectrometer measurements.

The data for this assignment consists of the following columns (in this particular order):

  • Sample number.

  • The quantity to predict.

  • The rest of the columns are the spectral data.

Your task:

  • Perform an exploratory analysis of the data.

  • Develop a predictive model for the second column and report its accuracy in terms of R-squared and RMSE error.

  • Explain your model.

We suggest you to use Jupyter notebook for this assignment.