floriangeigl
by floriangeigl
by floriangeigl
To install packages from this channel, use the channel temporarily with conda or add it to your .condarc file for configured ongoing access. Learn more
| Name | Latest Version | Summary | Updated | License |
|---|
| boost | 1.61.0 | — | Mar 25, 2025 | Boost-1.0 |
| boost-python | 1.60.0 | Boost Python Library from the Boost C++ Libraries collection | Mar 25, 2025 | Boost-1.0 |
| cairo | 1.14.6 | — | Mar 25, 2025 | — |
| cairomm | 1.12.0 | A C++ API for cairo built with gcc-5 and boost 1.60.0 | Mar 25, 2025 | — |
| cgal | 4.8.1 | The Computational Geometry Algorithms Library (boost 1.60.0) | Mar 25, 2025 | GPLv3 |
| cmake | 3.6.1 | CMake is an extensible, open-source system that manages the build process | Mar 25, 2025 | 3-clause BSD |
| dryscrape | 1.0 | — | Mar 25, 2025 | — |
| gcc-5 | 5.2.0 | The GNU Compiler Collection | Mar 25, 2025 | GPL |
| graph-tool | 2.18 | Efficient network analysis (multiprocessing/openmp enabled). Please add the following channels to your install command. -c floriangeigl -c vgauthier -c msarahan -c bioconda -c ostrokach -c salford_systems -c ptorrestr -c pkgw -c kalefranz | Mar 25, 2025 | GPLv3 |
| icu | 57.1 | — | Mar 25, 2025 | MIT |
| pycairo | 1.10.0 | — | Mar 25, 2025 | — |
| pymvpa2 | 2.5.0 | — | Mar 25, 2025 | — |
| seaborn | 0.7.1 | — | Mar 25, 2025 | — |
| selenium | 2.53.6 | — | Mar 25, 2025 | — |
| tqdm | 4.7.6 | A Simple Python Progress Meter | Mar 25, 2025 | MIT License |
| webkit_server | 1.0 | — | Mar 25, 2025 | — |
| xgboost | 0.4a30 | XGBoost Python Package ====================== |PyPI version| |PyPI downloads| Installation ------------ We are on `PyPI <https://pypi.python.org/pypi/xgboost>`__ now. For stable version, please install using pip: - ``pip install xgboost`` - Note for windows users: this pip installation may not work on some windows environment, and it may cause unexpected errors. pip installation on windows is currently disabled for further invesigation, please install from github. For up-to-date version, please install from github. - To make the python module, type ``./build.sh`` in the root directory of project - Make sure you have `setuptools <https://pypi.python.org/pypi/setuptools>`__ - Install with ``python setup.py install`` from this directory. - For windows users, please use the Visual Studio project file under `windows folder <../windows/>`__. See also the `installation tutorial <https://www.kaggle.com/c/otto-group-product-classification-challenge/forums/t/13043/run-xgboost-from-windows-and-python>`__ from Kaggle Otto Forum. Examples -------- - Refer also to the walk through example in `demo folder <../demo/guide-python>`__ - See also the `example scripts <../demo/kaggle-higgs>`__ for Kaggle Higgs Challenge, including `speedtest script <../demo/kaggle-higgs/speedtest.py>`__ on this dataset. Note ---- - If you want to build xgboost on Mac OS X with multiprocessing support where clang in XCode by default doesn't support, please install gcc 4.9 or higher using `homebrew <http://brew.sh/>`__ ``brew tap homebrew/versions; brew install gcc49`` - If you want to run XGBoost process in parallel using the fork backend for joblib/multiprocessing, you must build XGBoost without support for OpenMP by ``make no_omp=1``. Otherwise, use the forkserver (in Python 3.4) or spawn backend. See the `sklearn\_parallel.py <../demo/guide-python/sklearn_parallel.py>`__ demo. .. |PyPI version| image:: https://badge.fury.io/py/xgboost.svg :target: http://badge.fury.io/py/xgboost .. |PyPI downloads| image:: https://img.shields.io/pypi/dm/xgboost.svg :target: https://pypi.python.org/pypi/xgboost/ | Mar 25, 2025 | UNKNOWN |
| xvfbwrapper | 0.2.8 | — | Mar 25, 2025 | — |