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

PyPi library #2

Open
dpoursanidis opened this issue Jul 10, 2020 · 6 comments
Open

PyPi library #2

dpoursanidis opened this issue Jul 10, 2020 · 6 comments

Comments

@dpoursanidis
Copy link

Are plans to add the MDN package in the PyPi libary for easier use?

@BrandonSmithJ
Copy link
Owner

Yes, thanks for the suggestion. We have a paper being prepared right now, which should be submitted in a couple weeks. At that point I'll be releasing a new version and can see about getting it into PyPi.

@dpoursanidis
Copy link
Author

Great! Let me know when it will be in PyPi.
Good luck also for the new paper :)

@bziniti bziniti mentioned this issue Feb 18, 2021
@geo-dingky
Copy link

Hello,
How can I use my own data to train the model

@BrandonSmithJ
Copy link
Owner

BrandonSmithJ commented Jul 27, 2021

@geo-dingky See my reply to your prior issue: #6 (comment)

Please reply on that issue if you have any questions about it.

@geo-dingky
Copy link

geo-dingky commented Jul 28, 2021

Sincerely thank you for your help,

I try your suggestion, unfortunately I get the following error message:

ImportError Traceback (most recent call last)
in
----> 1 from MDN.utils import get_args
2 from MDN.product_estimation import get_estimates
3 import numpy as np
4

ImportError: cannot import name 'get_args' from 'MDN.utils' (C:\Users\DELL\002file\MDN\utils.py)

I didn't find 'get_args' in the utils.py

@BrandonSmithJ
Copy link
Owner

@geo-dingky get_args is actually in parameters, and so it's "from MDN.parameters import get_args", sorry for the confusion. Please reply to the other issue #6 so that I get an email notification, rather than editing prior comments.

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