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

What is the correct way to import pimp? #50

Open
vchouksey opened this issue Jan 11, 2018 · 4 comments
Open

What is the correct way to import pimp? #50

vchouksey opened this issue Jan 11, 2018 · 4 comments

Comments

@vchouksey
Copy link

Guys,

I have successfully installed parameter importance using cat requirements.txt | xargs -n 1 -L 1 pip install when I import fanova it does successfully but when I import pimp it doesn't. please let me why pimp does not set up correctly?
screenshot 2018-01-11 at 17 07 37

@AndreBiedenkapp
Copy link
Collaborator

Hi, thanks for using PIMP.
The correct way would be

from pimp.pimp import PIMP

An example of how to use pimp in python code is given in the following notebook: https://github.com/automl/ParameterImportance/blob/2c90f78019855ff19dabb945f1172da18aee5eee/notebooks/interface_example.ipynb

@vchouksey
Copy link
Author

again get error

from pimp.pimp import PIMP
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'pimp'

@janvanrijn
Copy link
Collaborator

It seems that you haven't installed the pimp package in your local environment. You can install it by typing something along the lines of
pip install git+https://github.com/automl/ParameterImportance/
(from then, it will automatically be used by openml-pimp)

@vchouksey
Copy link
Author

Wow Awesome Done
screen shot 2018-01-11 at 18 32 09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants