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
ValueError: The output generated by func have different column names than the ones provided by get_feature_names_out. Got output with columns names: ['x0', 'x1', 'x2', 'x3', 'x4'] #43
The error happens when running tpm.fit_transform(dataset.exp) this is on a new conda environment with python 3.13, pandas 2.3.2 rnanorm 2.2.0, sklearn 1.7.2, and as you can see, even having set_output(transform="pandas") the error occurs.