SiRumCz / CSC501

CSC501 assignments
0 stars 1 forks source link

More cypher #91

Closed jonhealy1 closed 4 years ago

jonhealy1 commented 4 years ago

I added a few new things to: $ python examine_data.py regular I also added a shortest path image from 'the_donald' to 'alberta' to the readme

SiRumCz commented 4 years ago

cool, for the shortest path I wonder if @soroushysfi could create a visualization for it. Here is an example I found online, after clicking a node, it shows the required costs for every other nodes: http://bl.ocks.org/sdjacobs/3900867adc06c7680d48

jonhealy1 commented 4 years ago

cool, for the shortest path I wonder if @soroushysfi could create a visualization for it. Here is an example I found online, after clicking a node, it shows the required costs for every other nodes: http://bl.ocks.org/sdjacobs/3900867adc06c7680d48

That would be good!

soroushysfi commented 4 years ago

Good idea. I could probably do it, I'll start right away.

jonhealy1 commented 4 years ago

@soroushysfi I was pushing some extra stuff when you were reviewing. I added a weights graph. I had to create new CSVs and then load the data with load_data_neg_weights.py trump_alberta_sp_weights

jonhealy1 commented 4 years ago

the_donald_lessthanneg15

jonhealy1 commented 4 years ago

@SiRumCz @soroushysfi Hi. Can you guys merge this?