lynxkite / lynxkite-graph-analytics /src /lynxkite_graph_analytics

Commit History

Add LYNXKITE_SUPPRESS_OP_ERRORS instead of LYNXKITE_LOG_OP_ERRORS.
3ef8090

darabos commited on

Make all NetworkX ops async for progress indication.
de67d1c

darabos commited on

Fix minor mistakes, tidy up demos.
4f61d4f

darabos commited on

Add n_neighbors, min_dist, and metric options for UMAP.
ee35ea7

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

14 PyTorch ops.
aaf43fc

darabos commited on

Split ops from infrastructure code.
c3b473d

darabos commited on

Make new optimizer when model is copied.
a4e8413

darabos commited on

Non-blocking training.
485f9a0

darabos commited on

Do not track tensor shapes. Much simpler!
0002aae

darabos commited on

Test for repeats.
e6745ef

darabos commited on

Repeat boxes working.
bd0c2d5

darabos commited on

Split build_model() so we can repeat a part.
edfd36a

darabos commited on

Dependency-based repeat instead of using regions.
1d11da9

darabos commited on

Each op makes its own layer. #107
acb2b67

darabos commited on

Split repeat boxes into start/end boxes.
9de2c6f

darabos commited on

Reliable model mapping frontend.
99b0790

darabos commited on

Change formatters from 80 columns to 100 columns.
1270bff

darabos commited on

Replace default_display with an input_metadata field with simpler semantics.
f89e59f

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

Model creation and training for basic layers.
2f4e3c5

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

High level boxes for Neural ODE + GNN demo.
8387566

darabos commited on

Getting started on model designer implementation. TMP
f501df1

darabos commited on

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

darabos commited on

Merge branch 'main' into darabos-nx
dd744cb

darabos commited on

t -> type_hint, remove stray line.
5e2dea2

darabos commited on

More NetworkX fixes.
f2554b2

darabos commited on

More flexible handling for NetworkX return values.
edb7d16

darabos commited on

Remove duplicate inputs with CRDT.
3317115

darabos commited on

Proper error when an input is missing.
52b2a2d

darabos commited on

Take NX parameter types from the docstrings.
bc73698

darabos commited on

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

JMLizano JMLizano commited on

Tri-state status. Nicer visuals.
8023f1f

darabos commited on

Move Pandas import from lynxkite-app to lynxkite-graph-analytics.
49bbb26

darabos 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