NARX for Classification using MetaMSS #150
-
| 
         I can't find examples on the repository regarding classification problems which have been addressed using NARX models developed with metaMSS. Is it possible to look at one? Also logistic-NARX models would work.  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
| 
         I haven't implemented MetaMSS in SysIdentPy yet. Actually, I haven’t implemented any algorithms focused on classification so far. It’s in my future plans, but I imagine it will come around version 1.0 of the package. Since I develop everything on my own, it might take a while. However, I believe you can use the   | 
  
Beta Was this translation helpful? Give feedback.
I haven't implemented MetaMSS in SysIdentPy yet. Actually, I haven’t implemented any algorithms focused on classification so far. It’s in my future plans, but I imagine it will come around version 1.0 of the package. Since I develop everything on my own, it might take a while.
However, I believe you can use the
general_estimatorsmethod to create NARX models for classification. If you’re interested in this approach, I’d be happy to help you test it.