Skip to content

安装了deep-forest 但是出现 报错 #136

Description

@Wang-ue

importError Traceback (most recent call last)
Cell In[8], line 5
2 from sklearn.model_selection import train_test_split
3 from sklearn.metrics import accuracy_score
----> 5 from deepforest import CascadeForestClassifier
7 X, y = load_digits(return_X_y=True)
8 X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=1)

ImportError: cannot import name 'CascadeForestClassifier' from 'deepforest' (D:\anaconda\lib\site-packages\deepforest_init_.py)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions