Commit History

Add LYNXKITE_SUPPRESS_OP_ERRORS instead of LYNXKITE_LOG_OP_ERRORS.
f45821f

darabos commited on

Make all NetworkX ops async for progress indication.
6480943

darabos commited on

Fix minor mistakes, tidy up demos.
451d719

darabos commited on

Add n_neighbors, min_dist, and metric options for UMAP.
16d9f6b

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

14 PyTorch ops.
83caaa1

darabos commited on

Split ops from infrastructure code.
bbd029e

darabos commited on

Make new optimizer when model is copied.
a961ac6

darabos commited on

Non-blocking training.
f41635e

darabos commited on

Do not track tensor shapes. Much simpler!
612802c

darabos commited on

Test for repeats.
0cdd509

darabos commited on

Repeat boxes working.
17a0053

darabos commited on

Split build_model() so we can repeat a part.
69610f6

darabos commited on

Dependency-based repeat instead of using regions.
1ffbcc2

darabos commited on

Each op makes its own layer. #107
2c239c4

darabos commited on

Split repeat boxes into start/end boxes.
87f8b85

darabos commited on

Reliable model mapping frontend.
ae86f2c

darabos commited on

Change formatters from 80 columns to 100 columns.
b0968aa

darabos commited on

Replace default_display with an input_metadata field with simpler semantics.
dfe2d8f

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

Model creation and training for basic layers.
3cc3a0a

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

High level boxes for Neural ODE + GNN demo.
1db4274

darabos commited on

Getting started on model designer implementation. TMP
09b8d25

darabos commited on

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

darabos commited on

Merge branch 'main' into darabos-nx
cf0e872
unverified

darabos commited on

t -> type_hint, remove stray line.
19946be

darabos commited on

More NetworkX fixes.
e7eaaf3

darabos commited on

More flexible handling for NetworkX return values.
c032595

darabos commited on

Remove duplicate inputs with CRDT.
074be96

darabos commited on

Proper error when an input is missing.
e513a41

darabos commited on

Take NX parameter types from the docstrings.
0280171

darabos commited on

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

JMLizano JMLizano commited on

Tri-state status. Nicer visuals.
64d244a

darabos commited on

Move Pandas import from lynxkite-app to lynxkite-graph-analytics.
44a2d59

darabos 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