You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
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).
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
The text was updated successfully, but these errors were encountered: