MCPcopy
hub / github.com/scikit-learn/scikit-learn / hstack

Method hstack

sklearn/utils/_set_output.py:153–155  ·  view source on GitHub ↗
(self, Xs)

Source from the content-addressed store, hash-verified

151 return X
152
153 def hstack(self, Xs):
154 pd = check_library_installed("pandas")
155 return pd.concat(Xs, axis=1)
156
157
158class PolarsAdapter:

Calls 1

check_library_installedFunction · 0.85