Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

missing import #39

Closed
pakdaman opened this issue Dec 17, 2015 · 2 comments
Closed

missing import #39

pakdaman opened this issue Dec 17, 2015 · 2 comments

Comments

@pakdaman
Copy link

in your example for multioutput regression, it seems that you should add the following import command, so the code will work properly

import skflow.ops

MP

@ilblackdragon
Copy link
Contributor

Is it not running for you?
The ops should be imported by transitivity when import skflow is done.

@pakdaman
Copy link
Author

I believe you are right. The code is running fine when i call python in the
eclipse. But, when i use iphython it raises an error. When i added the
import then it is ok. It might be a problem with my ipython configuration,
though.
On Dec 17, 2015 5:21 PM, "Illia Polosukhin" notifications@github.com
wrote:

Is it not running for you?
The ops should be imported by transitivity when import skflow is done.


Reply to this email directly or view it on GitHub
#39 (comment).

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

No branches or pull requests

2 participants