cff-version: 1.2.0
abstract: "Machine learning model as used in 'Machine learning to improve orientation estimation in sports situations challenging for inertial sensor use'. The model to run the Extended Madgwick filter is based on a random forest algorithm and can be used as explained in Figure 3 in the paper.<br>Explanation for use:The model can be loaded and executed in Python using the following code- RFmodel = pickle.load(open([filename_RFmodel], 'rb'))- y = RFmodel.predict_proba(X)[:,1]- if y > 0.5     EFcorrect = 1 else     EFcorrect = 0 X are (normalized) input variablesy are probabilities for EFcorrect (see paper)<br>"
authors:
  - family-names: van Dijk
    given-names: Marit
    orcid: "https://orcid.org/0000-0002-4900-8084"
title: "Machine learning-based classification model corresponding to the paper &#39;Machine learning to improve orientation estimation in sports situations challenging for inertial sensor use&#39;"
keywords:
version: 1
identifiers:
  - type: doi
    value: 10.4121/14883927.v1
license: CC BY-SA 4.0
date-released: 2021-07-13