How can I use Labeled data from Signal Labeler to train a model in Python?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Iasonas Asimiadis
le 24 Fév 2024
Commenté : Iasonas Asimiadis
le 5 Mar 2024
I dont know how to use the type of files that signal labeler creates in order to train a model in python. In general I am new to these kind of things so any ideas would be helpful. Thank you in advance.
0 commentaires
Réponse acceptée
Ayush
le 5 Mar 2024
Modifié(e) : Ayush
le 5 Mar 2024
Hey Iasonas,
I understand that you want to know more about exporting labeled data from signal labeler app so that later it can be used to train a model in python.
When using MATLAB's Signal Labeler app, you can export labeled signal data in formats like MAT files or CSV files.In Python, you can read this exported labeled data files using appropriate libraries (e.g., Pandas for CSV files or SciPy for MAT files).
For more information on reading ".mat" data in python, refer to the following link: https://docs.scipy.org/doc/scipy/reference/generated/scipy.io.loadmat.html
I hope this helps!
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Call Python from MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!