Theodore Vasiloudis

Results 45 comments of Theodore Vasiloudis

@zhjwy9343 fixed some examples, I believe the tests still have the assumptions mentioned.

To check the inner job config I did ``` tuner = HyperparameterTuner(...) args = _TuningJob._get_tuner_args(tuner, inputs) print(args) ``` which gave me ``` {'job_name': None, 'tuning_config': {...}, 'tags': None, 'warm_start_config': None,...

Potential fix from Claude: The key is to combine both location masks before filtering the features, rather than applying them sequentially. Here's the proposed fix for the `parse_edge_data` function: ```python...

Hi @robertreaney is this a correct description of your data? my_node_type.parquet ``` node_id,label a,0 b,1 c,NaN ``` So some of your nodes have labels while others don't and you want...