Scripts for everyone.
The following scripts are available:
BlandAltmanPlot.m
: A code that allows to realize a Bland-Altman Plot given two variables. Blog ArticleTrain_Test_Example.ipynb
: A notebook used as an example for train-test split in machine learning. Blog ArticleGet_Foot_Contacts.ipynb
: A notebook containing a method for detecting foot contacts during gait from a foot-mounted gyroscope. Blog ArticlePFI.ipynb
: A notebook which contains the code for performing the Permutation Feature Importance. Blog ArticleK_Means_Clustering_Routine.m
: A MATLAB routine that allows for creating clusters using K-Means Clustering technique. Blog Article
Students_Dataset.csv
: The dataset used inTrain_Test_Example.ipynb
ITW_gML.csv
: The gyroscope signal used inGet_Foot_Contacts.ipynb
PFI_db.csv
: An already normalized dataset used inPFI.ipynb
PFI_model.sav
: A trained model saved withpickle
used for predicting values inPFI.ipynb
Random_Clusters.csv
: A set of two randomly generated features to be clusterized inK_Means_Clustering_Routine.m
:
This work is licensed under a Creative Commons Attribution 4.0 International License.