Commit History

Fix Griffe warnings.
e35340d

darabos commited on

Show docstrings on UI.
16682aa

darabos commited on

Avoid duplicate key.
ab685a3

darabos commited on

Fix group parameters.
e11e511

darabos commited on

Preserve order of inputs, outputs, and params.
114fd1c

darabos commited on

Split out ml_ops.py, add "View vector" box.
2d84389

darabos commited on

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

darabos commited on

Store which tables are open. #113
2649b4f

darabos commited on

View training loss curve.
669e65b

darabos commited on

Rename core/ops to pytorch_core/pytorch_ops.
d2d2eac

darabos commited on

Split ops from infrastructure code.
0df46ac

darabos commited on

Non-blocking training.
994b457

darabos commited on

Do not track tensor shapes. Much simpler!
16e9ba6

darabos commited on

Reliable model mapping frontend.
9fda8df

darabos commited on

Change formatters from 80 columns to 100 columns.
a112474

darabos commited on

Mapping UI is now working.
47e2956

darabos commited on

A UI for mapping model bindings.
8f44c91

darabos commited on

Training and inference.
f141fec

darabos commited on

Make this suitable for demo deployment.
c51c9b4

darabos commited on

Merge branch 'main' into darabos-model-designer
c1ed744

darabos commited on

Hide joblib-cache, fix decorator ordering.
97b3d79

darabos commited on

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

darabos commited on

Some more mock-ups for ODE-GNN demo.
6934d0a

darabos commited on

Do not put joblib-cache in "..".
2480a30

darabos commited on

More NetworkX fixes.
c11edd9

darabos commited on

Single import box for multiple file formats (#80)
fc15efa

JMLizano JMLizano commited on

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

darabos commited on

Split lynxkite_ops.py into two.
2af956d

darabos commited on

Maybe there are no edges.
593aff6

darabos commited on

Merge branch 'main' into darabos-rdkit
fdbe0b4

darabos commited on

Take care to convert display values to be JSON-serializable.
045796a

darabos commited on

47 smooth graph creation flow
bf8f4f1

JMLizano JMLizano commited on

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

darabos commited on

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

darabos commited on

Add labels and edge coloring to graph visualizations.
0af1e7d

darabos commited on

Graph from molecule similarity.
34bcdc8

darabos commited on

Do not hardcode cuGraph backend.
faae82c

darabos commited on

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

darabos commited on

Find plugins by module name instead of namespace module.
338e6a4

darabos commited on