-
Notifications
You must be signed in to change notification settings - Fork 4
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 this #1
Comments
Hi! I will check this. It seems like there were changes in latest NetworkX. |
Hi
Ohh..ohkk...i downgraded the networkX...it worked ...great job on your programming...is it possible that can you help me on my class project?
Sent from my Samsung Galaxy smartphone.
…-------- Original message --------
From: Arseniy Kustov <notifications@github.com>
Date: 2018-03-28 03:40 (GMT-05:00)
To: airysen/abdg <abdg@noreply.github.com>
Cc: tylenstar <amirjsiddiqui@hotmail.com>, Author <author@noreply.github.com>
Subject: Re: [airysen/abdg] what is this (#1)
Hi! I will check this. It seems like there were changes in latest NetworkX.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#1 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Aj0aGQxR7r5cwS7aICQ3YMo3szLiKA8bks5tiz59gaJpZM4S-Gcp>.
|
I am getting keyerror(1) while indexing edge during generation of a subgraph. I have also attached a screenshot. Can you please resolve it? |
ITERATION # 0
0%| | 0/8124 [00:00<?, ?it/s]
36%|###5 | 2914/8124 [00:00<00:00, 26894.08it/s]
Traceback (most recent call last):
File "C:\Users\amirj\Documents\Data Mining\Project\abdg-master\abdg-master\examples\example_mushrooms.py", line 58, in
X_abdg, y_abdg = imput.predict(X.drop('bruises', axis=1), X['bruises'])
File "C:\Python64\lib\site-packages\abdg\imput.py", line 130, in predict
sgraph = self.make_subgraph(xi, col)
File "C:\Python64\lib\site-packages\abdg\imput.py", line 183, in make_subgraph
edges = self.G.edge[nod]
AttributeError: 'Graph' object has no attribute 'edge'
The text was updated successfully, but these errors were encountered: