Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are there any plans to support installation on MacOS? #6

Closed
jackguagua opened this issue Feb 1, 2021 · 3 comments · Fixed by #34
Closed

Are there any plans to support installation on MacOS? #6

jackguagua opened this issue Feb 1, 2021 · 3 comments · Fixed by #34
Labels
help wanted Extra attention is needed

Comments

@jackguagua
Copy link

I found that the MacOS version is not yet available in the pypi repository. I wonder if there are plans to provide a mac version, or is there any way to install it manually?

@xuyxu
Copy link
Member

xuyxu commented Feb 1, 2021

Hi, thanks for the issue. To use deep forest on Mac OS, here are the instructions:

$ git clone https://github.com/LAMDA-NJU/Deep-Forest.git
$ cd Deep-Forest
$ pip install --verbose -e .

The compilation should run smooth provided that you have installed X-Code, and a valid environment (It is recommended to use the pakcage environment from Anaconda).

Feel free to comment below if you have any problem during the compilation. I have tested it on MacOS Big Sur 11.1, and it looks fine after compilation.

@xuyxu xuyxu added the help wanted Extra attention is needed label Feb 1, 2021
@jackguagua
Copy link
Author

@xuyxu Great, it does work. Thank you so much for the speedy reply.

I have been looking forward to deep-forest for a long time. My AutoML project HyperGBM based on the gbm model to achieve end-to-end full pipeline automl, currently supports xgboost, lightgbm, catboost algorithms. I am going to add CascadeForestClassifier as its built-in algorithm, and hope to have the opportunity to cooperate further.

@xuyxu
Copy link
Member

xuyxu commented Feb 1, 2021

Thanks! We would be happy to see a tool that makes hyper-parameter tunning for deep forest easier ;-) As to cooperation, you may need to check the license and contact the leader of our organization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants