Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Hotfix 1.2.1 source code.tar.gz | 2021-01-15 | 29.6 MB | |
Hotfix 1.2.1 source code.zip | 2021-01-15 | 30.2 MB | |
README.md | 2021-01-15 | 666 Bytes | |
Totals: 3 Items | 59.7 MB | 0 |
Deployed: Friday, January 15, 2021 Current Contributors: @rebeccabilbro, @bbengfort, @Paulj1989, @mattharrison
On December 22, 2020, scikit-learn released version 0.24 which deprecated the external use of scikit-learn's internal utilities such as safe_indexing
. Unfortunately, Yellowbrick depends on a few of these utilities and must refactor our internal code base to port this functionality or work around it. To ensure that Yellowbrick continues to work when installed via pip
, we have temporarily changed our scikit-learn dependency to be less than 0.24. We will update our dependencies on the v1.3 release when we have made the associated fixes.