lynxkite / lynxkite-graph-analytics /src /lynxkite_graph_analytics

Commit History

Fix group parameters.
e11e511

darabos commited on

Ensure enums can be serialized.
6cdf515

darabos commited on

Make a Position enum.
99491df

darabos commited on

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

darabos commited on

Delay some imports to speed up startup.
b1dce26

darabos commited on

Allow coloring node titles.
454a221

darabos commited on

Use umap-learn instead of cuml.
44b2aaf

darabos commited on

Add LYNXKITE_SUPPRESS_OP_ERRORS instead of LYNXKITE_LOG_OP_ERRORS.
64e10f9

darabos commited on

Make all NetworkX ops async for progress indication.
20375b5

darabos commited on

Fix minor mistakes, tidy up demos.
a268da8

darabos commited on

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

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

14 PyTorch ops.
4491a99

darabos commited on

Split ops from infrastructure code.
0df46ac

darabos commited on

Make new optimizer when model is copied.
5ed59bf

darabos commited on

Non-blocking training.
994b457

darabos commited on

Do not track tensor shapes. Much simpler!
16e9ba6

darabos commited on

Test for repeats.
fe5010e

darabos commited on

Repeat boxes working.
099f1f7

darabos commited on

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

darabos commited on

Dependency-based repeat instead of using regions.
253ca3d

darabos commited on

Each op makes its own layer. #107
309e16a

darabos commited on

Split repeat boxes into start/end boxes.
9c16242

darabos commited on

Reliable model mapping frontend.
9fda8df

darabos commited on

Change formatters from 80 columns to 100 columns.
a112474

darabos commited on

Replace default_display with an input_metadata field with simpler semantics.
2594c74

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

Model creation and training for basic layers.
805c550

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

High level boxes for Neural ODE + GNN demo.
083e188

darabos commited on

Getting started on model designer implementation. TMP
6f123b5

darabos commited on

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

darabos commited on

Merge branch 'main' into darabos-nx
5acf6e2

darabos commited on

t -> type_hint, remove stray line.
316bd8a

darabos commited on

More NetworkX fixes.
c11edd9

darabos commited on

More flexible handling for NetworkX return values.
17a0b04

darabos commited on

Remove duplicate inputs with CRDT.
f6b2668

darabos commited on

Proper error when an input is missing.
ea3f857

darabos commited on

Take NX parameter types from the docstrings.
50669da

darabos commited on