Ended on 2nd Jan'21 01:46 PM (Coordinated Universal Time)

Invertebrate - Predictive Modeling

Predicting SWI of invertebrates

68
Easy
Challenge Starts

05 Aug 10:08 am

Challenge Ends

02 Jan 01:46 pm

Consider the dataset invertebrate. It holds 280 records of flying nocturnal invertebrate (e.g., insects such as moths, beetles, mosquitos, etc.) biodiversity, based on 280 sampling events in 2017 in a province in France. The outcome of interest is the Shannon-Wiener index (SWI), which is a measure of biodiversity.

Within the context of this project, it suffices to know that SWI is a non-negative metric that is usually in practice smaller than 4.5. Low values denote low diversity, while higher values denote higher diversity. In addition to SWI, a number of explanatory variables are collected as well. An overview of all variables in the data is given in the variable description table mentioned below.

The goal of this analysis is to build a model of SWI as a function of SWF, temperature, size, management, and, duration.

You will build the model via the Invertebrate_Dataset and submit your predictions for the new_test data in the format mentioned under "How to Submit" section.


Evaluation Criteria

Submissions are evaluated on Root-Mean-Squared-Error (RMSE) between the predicted value of your model and true value of SWI on the evaluation dataset mentioned under submission guidelines below.

In this exercise, your predictions will be evaluated against the true values of the input features of new_test data.

Submissions are evaluated using Root-Mean-Squared-Error (RMSE). How do we do it? 

Once you generate and submit the target variable predictions on evaluation dataset, your submissions will be compared with the true values of the target variable. 

The True or Actual values of the target variable are hidden on the DPhi Practice platform so that we can evaluate your model's performance on evaluation data. Finally, a Root-Mean-Squared-Error (RMSE) for your model will be generated and displayed

This website uses cookies to ensure you get the best experience. Learn more