Operating System: CentOS 7
Compiler:
Package used (python/R/jvm/C++): python
xgboost
version used: 0.6a2
If you are using python package, please provide
xgboost
if you are not installing from source: pip install xgboostthis gives me that
AttributeError: Unknown property max_num_features
So, please update the pip library.
https://pypi.python.org/pypi/xgboost/0.6a2
this package is clearly out-of-date with your api document.
A precompiled pip installation is under preparation. It is coming soon.
thanks and can you please aware that the version of the package should be well documented, and made clear. thanks
@cinqs The issue is that the API document shows the features of the latest version, not the stable version. I'd propose having multiple versions of documentation (latest, 0.6a2, and so forth) and prominently display the version at the top of the page.
For an example, see the treelite documentation
@phunterlau Tianqi has added me as a maintainer of PyPI package. I'm thinking of setting up a build script (something similar to this) to build binary wheels for major platforms (Windows, Mac OS X, Linux) and upload them to PyPI.
@hcho3 that's correct and organizing documentation with version specified is common used today.
and if what you are referring at is a CI process, you could try Jenkins for automating the procedures.
And could you please give a notice anywhere to let use know the PyPI project is updated, and then I could close this issue. Thanks
All the best.
@cinqs I will make an annoucement when we make a new release on PyPI
Most helpful comment
A precompiled pip installation is under preparation. It is coming soon.