Code Monkey home page Code Monkey logo

science4cast's People

Contributors

mariokrenn6240 avatar mkk20 avatar nicola-decao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

science4cast's Issues

About test data (2017-2020) release

Thank you for organizing this competition.
I am very much looking forward to the youtube video of the workshop talks.

About the data from 2017-2020, do you have plan to release these data as well?

Small typo in tutorial

First, get the data from the IARAI cloud. It contains three files:

  • TrainSet2014_3.pkl: (33 MB) Semantic network until 2014, and list of unconnected vertex-pairs that can be predicted for training the neural network.
  • TrainSet2014_3_solution.pkl: (0.5 MB) Solution of whether the unconnected vertex pair from 2014 has been connected by 2017.
  • CompetitionSet2017_3.pkl: (95 MB) Semantic network until 2014, and list of unconnected vertex-pairs that should be predicted for the evaluation.

That last line should be the Semantic network until 2017, I think.

Vertices in unconnected_vertex_pairs does not exists

From what I understood, vertices mentioned in unconnected_vertex_pairs, should also be present in the vertices mentioned in full_dynamic_graph_sparse. But, after running following snippet,

u_v = set(unconnected_vertex_pairs[:, 0]) | set(unconnected_vertex_pairs[:, 1])
c_v = set(full_dynamic_graph_sparse[:, 0]) | set(full_dynamic_graph_sparse[:, 1])

the output of len(u_v - c_v) is 13152. That means, 13752 vertices in the unconnected list do not appear in the full dynamic graph. I may understood it wrong, so please clarify.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.