mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-iml: Use HTTPS home page.
* gnu/packages/machine-learning.scm (python-iml)[home-page]: s/http/https/ Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
c1f3382e6f
commit
dd003125f7
1 changed files with 1 additions and 1 deletions
|
@ -1821,7 +1821,7 @@ (define-public python-iml
|
||||||
("numpy" ,python-numpy)
|
("numpy" ,python-numpy)
|
||||||
("pandas" ,python-pandas)
|
("pandas" ,python-pandas)
|
||||||
("scipy" ,python-scipy)))
|
("scipy" ,python-scipy)))
|
||||||
(home-page "http://github.com/interpretable-ml/iml")
|
(home-page "https://github.com/interpretable-ml/iml")
|
||||||
(synopsis "Interpretable Machine Learning (iML) package")
|
(synopsis "Interpretable Machine Learning (iML) package")
|
||||||
(description "Interpretable ML (iML) is a set of data type objects,
|
(description "Interpretable ML (iML) is a set of data type objects,
|
||||||
visualizations, and interfaces that can be used by any method designed to
|
visualizations, and interfaces that can be used by any method designed to
|
||||||
|
|
Loading…
Reference in a new issue