graphstorm icon indicating copy to clipboard operation
graphstorm copied to clipboard

Enterprise graph machine learning framework for billion-scale graphs for ML scientists and data scientists.

Results 159 graphstorm issues
Sort by recently updated
recently updated
newest added

I have a use case for a single node type that has a mixture of labeled and unlabeled members. The docs sound like this is handled: [source](https://graphstorm.readthedocs.io/en/v0.3.1/tutorials/own-data.html#customized-label-split) "These JSON files...

question

Currently GConstruct saves a single transformation in the output gcon config even when the input has multiple columns. We should be saving one transformation per column and apply them individually...

GSConfig is a wrapper object for GraphStorm but it includes code that enforces log level at the application level: https://github.com/awslabs/graphstorm/blob/f0c38bbc2809dbbe2a956a93a31ba216fff13473/python/graphstorm/config/argument.py#L190-L198 The caller program should get to establish the logging level,...

pip is going to disallow editable installs for projects that use setup.py from pip 25.3. See discussion in https://github.com/pypa/pip/issues/11457 Currently, installing graphstorm from source with `pip install -e ./graphstorm` gives...

python

Ran into this error during CI: https://github.com/awslabs/graphstorm/actions/runs/15907555054/job/44866847860?pr=1288 ``` [2025-06-26T16:53:30.453Z] =================================== FAILURES =================================== [2025-06-26T16:53:30.453Z] _____________________________ test_parse_edge_data _____________________________ [2025-06-26T16:53:30.453Z] def test_parse_edge_data(): [2025-06-26T16:53:30.453Z] np.random.seed(1) [2025-06-26T16:53:30.453Z] with tempfile.TemporaryDirectory() as tmpdirname: [2025-06-26T16:53:30.453Z] str_src_ids = np.array([str(i)...

*Issue #, if available:* *Description of changes:* * Testing some remap optimizations from way back By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...

ready

I'm seeing the warning ``` WARNING:root:remove_target_edge_type is set to True by default. If your edge classification task is not predicting the existence of the target edge, we suggest you to...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.20 to 2.5.0. Release notes Sourced from urllib3's releases. 2.5.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python