CornellNLP / ConvoKit

ConvoKit is a toolkit for extracting conversational features and analyzing social phenomena in conversations. It includes several large conversational datasets along with scripts exemplifying the use of the toolkit on these datasets.
https://convokit.cornell.edu/documentation/
MIT License
542 stars 120 forks source link

Dependency Packages Upgrade #202

Closed seanzhangkx8 closed 10 months ago

seanzhangkx8 commented 10 months ago

Description

As numerous key dependency packages, such as numpy and sklearn, have been upgraded and subsequently lost backward compatibility, it is imperative that ConvoKit undergoes an update to ensure compatibility with these dependency package functions. In this pull request, we have updated the versions of dependency packages and pinpointed the functions that require updates.

Identified Errors:

  1. Sklearn changes function name of get_feature_names() to get_feature_names_out()