Commit History

Fix Griffe warnings.
20ee52e

darabos commited on

Show docstrings on UI.
47c8ab4

darabos commited on

Avoid duplicate key.
199550e

darabos commited on

Fix group parameters.
3752479

darabos commited on

Preserve order of inputs, outputs, and params.
05891f5

darabos commited on

Split out ml_ops.py, add "View vector" box.
f369afc

darabos commited on

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

darabos commited on

Store which tables are open. #113
e42831a

darabos commited on

View training loss curve.
cda4d3d

darabos commited on

Rename core/ops to pytorch_core/pytorch_ops.
51eb575

darabos commited on

Split ops from infrastructure code.
bbd029e

darabos commited on

Non-blocking training.
f41635e

darabos commited on

Do not track tensor shapes. Much simpler!
612802c

darabos commited on

Reliable model mapping frontend.
ae86f2c

darabos commited on

Change formatters from 80 columns to 100 columns.
b0968aa

darabos commited on

Mapping UI is now working.
daba3de

darabos commited on

A UI for mapping model bindings.
b2852ba

darabos commited on

Training and inference.
1353683

darabos commited on

Make this suitable for demo deployment.
e22b028

darabos commited on

Merge branch 'main' into darabos-model-designer
5426f27

darabos commited on

Hide joblib-cache, fix decorator ordering.
896d563

darabos commited on

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

darabos commited on

Some more mock-ups for ODE-GNN demo.
b662a59

darabos commited on

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

darabos commited on

More NetworkX fixes.
e7eaaf3

darabos commited on

Single import box for multiple file formats (#80)
10c9dc3
unverified

JMLizano JMLizano commited on

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

darabos commited on

Split lynxkite_ops.py into two.
56cf2e9

darabos commited on

Maybe there are no edges.
cf0bb7c

darabos commited on

Merge branch 'main' into darabos-rdkit
9edaa7f
unverified

darabos commited on

Take care to convert display values to be JSON-serializable.
121b6ff

darabos commited on

47 smooth graph creation flow
45b3519
unverified

JMLizano JMLizano commited on

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

darabos commited on

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

darabos commited on

Add labels and edge coloring to graph visualizations.
eae3c5d

darabos commited on

Graph from molecule similarity.
b95d49e

darabos commited on

Do not hardcode cuGraph backend.
8a4f65f

darabos commited on

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

darabos commited on

Find plugins by module name instead of namespace module.
fc43558

darabos commited on