-
|
i am using the incremental learning paradigm, while produce the rank table, some straght problem occus:
Is that cause by the different version of pandas? but i can not find any information about pd.np |
Beta Was this translation helpful? Give feedback.
Answered by
hsj576
Jul 8, 2024
Replies: 1 comment
-
|
The first error may caused by the wrong version of pandas, you could use "pip install pandas==1.1.5" to install the correct version of pandas. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MooreZheng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


The first error may caused by the wrong version of pandas, you could use "pip install pandas==1.1.5" to install the correct version of pandas.