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: Found array with 0 feature(s) (shape=(3881, 0)) while a minimum of 1 is required.
the first of the traceback is from model.fit(train_dataset)
deepchem version = 2.4.0
tensorflow version = 2.3.0
The text was updated successfully, but these errors were encountered:
/miniconda/envs/deepchem/lib/python3.6/site-packages/scipy/stats/stats.py:3845: PearsonRConstantInputWarning: An input array is constant; the correlation coefficent is not defined.
warnings.warn(PearsonRConstantInputWarning())
/miniconda/envs/deepchem/lib/python3.6/site-packages/scipy/stats/stats.py:3845: PearsonRConstantInputWarning: An input array is constant; the correlation coefficent is not defined.
warnings.warn(PearsonRConstantInputWarning())
Train scores
{'pearson_r2_score': nan}
Test scores
{'pearson_r2_score': nan}
I am getting the following error from pdbbind_rf:
ValueError: Found array with 0 feature(s) (shape=(3881, 0)) while a minimum of 1 is required.
the first of the traceback is from
model.fit(train_dataset)
deepchem version = 2.4.0
tensorflow version = 2.3.0
The text was updated successfully, but these errors were encountered: