Commit History

Show docstrings on UI.
0233bb7

darabos commited on

Avoid duplicate key.
986e4ec

darabos commited on

Fix group parameters.
b1135de

darabos commited on

Preserve order of inputs, outputs, and params.
d57c7f6

darabos commited on

Split out ml_ops.py, add "View vector" box.
38c7ee6

darabos commited on

Do not re-run on tables opening/closing, address review.
00663e3

darabos commited on

Store which tables are open. #113
94d9c60

darabos commited on

View training loss curve.
0e4c56c

darabos commited on

Rename core/ops to pytorch_core/pytorch_ops.
5faa80b

darabos commited on

Split ops from infrastructure code.
c3b473d

darabos commited on

Non-blocking training.
485f9a0

darabos commited on

Do not track tensor shapes. Much simpler!
0002aae

darabos commited on

Reliable model mapping frontend.
99b0790

darabos commited on

Change formatters from 80 columns to 100 columns.
1270bff

darabos commited on

Mapping UI is now working.
5951713

darabos commited on

A UI for mapping model bindings.
5f57a53

darabos commited on

Training and inference.
ad5c4e4

darabos commited on

Make this suitable for demo deployment.
d3d92e2

darabos commited on

Merge branch 'main' into darabos-model-designer
9f7de9a

darabos commited on

Hide joblib-cache, fix decorator ordering.
4415173

darabos commited on

Start updating "Create graph" box. It can take multiple inputs now.
009f55c

darabos commited on

Some more mock-ups for ODE-GNN demo.
313b753

darabos commited on

Do not put joblib-cache in "..".
e23d12a

darabos commited on

More NetworkX fixes.
f2554b2

darabos commited on

Single import box for multiple file formats (#80)
429aac4

JMLizano JMLizano commited on

Update node display/error in CRDT one by one during execution.
0239603

darabos commited on

Split lynxkite_ops.py into two.
69b19df

darabos commited on

Maybe there are no edges.
b8dd775

darabos commited on

Merge branch 'main' into darabos-rdkit
362ed6e

darabos commited on

Take care to convert display values to be JSON-serializable.
b323ef0

darabos commited on

47 smooth graph creation flow
d9aeaae

JMLizano JMLizano commited on

Convert table data to strings, to make sure JSON serialization works.
9eb5af2

darabos commited on

Include edge attributes in to_nx(), so e.g. Cypher can refer to them.
96eb140

darabos commited on

Add labels and edge coloring to graph visualizations.
48ddeb6

darabos commited on

Graph from molecule similarity.
3429d3a

darabos commited on

Do not hardcode cuGraph backend.
b3381df

darabos commited on

Let "night demo" load the data from GCS, rename to "Airlines demo".
3809579

darabos commited on

Find plugins by module name instead of namespace module.
be37871

darabos commited on