lynxkite / lynxkite-graph-analytics /src /lynxkite_graph_analytics

Commit History

Support optional inputs in lynxkite-graph-analytics.
34e9066

darabos commited on

More detailed ODE-GNN mock-up.
6cff9d9

darabos commited on

tuple[str, str] instead of (str, str).
f33a9b2

darabos commited on

Support for multiple outputs in a dict.
964d1be

darabos commited on

Print the offending path in "is_relative_to" checks.
5376af4

darabos commited on

More colors.
4e79985

darabos commited on

Show docstrings on UI.
0233bb7

darabos commited on

Avoid duplicate key.
986e4ec

darabos commited on

Fix group parameters.
b1135de

darabos commited on

Ensure enums can be serialized.
db7a533

darabos commited on

Make a Position enum.
01575eb

darabos commited on

Preserve order of inputs, outputs, and params.
d57c7f6

darabos commited on

Delay some imports to speed up startup.
e3a4098

darabos commited on

Allow coloring node titles.
9736182

darabos commited on

Use umap-learn instead of cuml.
4837736

darabos commited on

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