Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Will distributed.py become available? #6

Closed
verarim opened this issue Dec 5, 2016 · 4 comments
Closed

Will distributed.py become available? #6

verarim opened this issue Dec 5, 2016 · 4 comments

Comments

@verarim
Copy link

verarim commented Dec 5, 2016

Hello!

I'm trying to run data_preprocessing.ipynb and analysis.ipynb examples, but distributed.py is not available. Namely, method LabelVectorTransformer is missing. Will this import be back? Is there some temporary solution I could use to run these python notebooks?

Regards,
Vera

@JoeriHermans
Copy link
Collaborator

JoeriHermans commented Dec 5, 2016

Hi Vera

Sorry, this probably is a mistake on my part when merging with master. I suggest using the development branch for now since I'm updating some mechanisms to improve performance. I think I will have everything "production"-ready by next week. After that you can use master :)

However, if you would like to use the master branch right now, you can just remove distributed.py and use the transformers.py import.

I hope this helps. Let me know!

Kind regards,

Joeri

@verarim
Copy link
Author

verarim commented Dec 5, 2016

Thanks, Joeri.

Your answer helped me to fix the imports, however, analysis.ipynb still does not run out-of-the-box (for example, exception occurs when a "predicted_index" column is not found during evaluation, it has to be "prediction_index", I suppose).

I'd better get back to it next week then.

Good luck on updating, thanks for your work!
Vera

@JoeriHermans
Copy link
Collaborator

Sorry! I will make sure the examples run correctly!

Joeri

@JoeriHermans
Copy link
Collaborator

Hi Vera,

I pushed the new code, examples, and documentation to master. If you encounter any problems, feel free to open a new issue.

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