You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> # We can find the feature which is useful when working with Feature 2
76
+
>>> # We can find the feature which is useful when working with Feature 2
77
77
>>> selector.indices_
78
78
array([2, 0], dtype=int32)
79
79
>>> selector.scores_
80
80
array([0.34617598, 0.95815008])
81
81
82
82
83
+
NARX Time Series Modelling
84
+
--------------------------
85
+
FastCan can be used for system identification.
86
+
In particular, we provide a submodule `fastcan.narx` to build Nonlinear AutoRegressive eXogenous (NARX) models.
87
+
For more information, check our `Home Page <https://fastcan.readthedocs.io/en/latest/?badge=latest>`_.
88
+
89
+
90
+
Support Free-Threaded Wheels
91
+
----------------------------
92
+
FastCan has support for free-threaded (also known as nogil) CPython 3.13.
93
+
For more information about free-threaded CPython, check `how to install a free-threaded CPython <https://py-free-threading.github.io/installing_cpython/>`_.
0 commit comments