Question: Solve the following set of problems using Python and submit the code file with extension . ipynb. 1 . Read Sensor readings, with temperature, light,
Solve the following set of problems using Python and submit the code file
with extension ipynb.
Read Sensor readings, with temperature, light, humidity every minutes at
locations trial to and print the feature name with numbers of missing
entries.
Fill in the missing entries. For filling any feature, you can use either the mean or
median value of the feature values from observed entries. Explain the reason behind
your choice and print replacement value of each feature.
Use a histogram to show the distribution of the variable location Explain the
distribution and show how many locations are there in total.
Encode the categorical variable location using an appropriate encoding approach
and display the encoded values. Justify your selection of encoding approaches.
Apply the minmax scaling on features boardtype boardid tempmax, tempmin,
tempavg,lightmax, lightmin,lightavg, humiditymin, humiditymax,
humidityavg Plot distribution of first six features before and after scaling. Is there
any difference? Please explain.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
