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
The type of data features array is inconsistent during the obligatory preprocessing.
When performing operations to reduce the memory size, a conversion from np.array to pd.DataFrame is forced.
Current Behavior
The type of data features array is inconsistent during the obligatory preprocessing.
When performing operations to reduce the memory size, a conversion from
np.array
topd.DataFrame
is forced.https://github.com/aimclub/FEDOT/blame/e15c0bfef449d100872028a0d24fd43e43e5b67d/fedot/preprocessing/preprocessing.py#L563-L579
Possible Solution
Steps to Reproduce
Fedot.Industrial test suite:
The text was updated successfully, but these errors were encountered: