scikit-learn-contrib / lightning

Large-scale linear classification, regression and ranking in Python
https://contrib.scikit-learn.org/lightning/
1.73k stars 214 forks source link

update examples and docs config to be compatible with current Python #171

Closed StrikerRUS closed 3 years ago

StrikerRUS commented 3 years ago

Refer to https://github.com/scikit-learn-contrib/lightning/pull/172#issuecomment-837124387 and https://github.com/scikit-learn-contrib/lightning/pull/172#issuecomment-838663145.

Now docs (with examples gallery) can be generated with the current version of Python, Sphinx and other required software.

Here is the compiled result after executing make html.

_build.zip

StrikerRUS commented 3 years ago

@mblondel @vene Thanks for your time and consideration!