Coder Social home page Coder Social logo

graph-ml-notebooks's People

Contributors

billshitg avatar luzhoutg avatar parkererickson-tg avatar trisjtg avatar zhixiany 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

graph-ml-notebooks's Issues

413 Request Entity Too Large in gsql_102.ipynb

I got "413 Request Entity Too Large" from gsql_102.ipynb by running "conn.ingestDataset(dataset_ldbc, getToken=True)" . I am using free tier cluster and keep trying this many time , can not go through . thanks .

Vertexloader error

Error source: (https://github.com/tigergraph/graph-ml-notebooks/blob/main/applications/fraud_detection/fraud_detection.ipynb)

Error Message:

Installing and optimizing queries. It might take a minute if this is the first time you use this loader.

ConnectionError Traceback (most recent call last)
in
----> 1 train_loader = conn.gds.vertexLoader(
2 attributes=["in_degree","out_degree","send_amount","send_min",
3 "recv_amount","recv_min","pagerank", "is_fraud"],
4 num_batches=1,filter_by="is_training"
5 )

3 frames
/usr/local/lib/python3.8/dist-packages/pyTigerGraph/gds/utilities.py in install_query_file(conn, file_path, replace, distributed, force)
160 status = resp.splitlines()[-1]
161 if "Failed" in status:
--> 162 raise ConnectionError(resp)
163 else:
164 print(status)

ConnectionError: Using graph 'Ethereum'

Type Check Error in query vertex_loader_1800ab04ea95dd6d88bdef6354f8ce05 (TYP-1002): line 64, col 42
Function/Tuple name does not exist: int_to_string
Failed to create queries: [vertex_loader_1800ab04ea95dd6d88bdef6354f8ce05].

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.