python310Packages.shap: add changelog to meta
This commit is contained in:
@@ -146,6 +146,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "A unified approach to explain the output of any machine learning model";
|
||||
homepage = "https://github.com/slundberg/shap";
|
||||
changelog = "https://github.com/slundberg/shap/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ evax ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user