lynxkite / lynxkite-graph-analytics

Commit History

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

Add PyTorch dependency.
84f0b58

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

Start LynxKite in the BioNeMo container.
134c4f5

darabos commited on

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

darabos commited on

Test for input ordering.
cb83a99

darabos commited on

Merge branch 'main' into darabos-nx
5acf6e2

darabos commited on

t -> type_hint, remove stray line.
316bd8a

darabos commited on

Update test -- target handles matter now.
b750748

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

Single import box for multiple file formats (#80)
fc15efa

JMLizano JMLizano commited on

Tri-state status. Nicer visuals.
1e22c2c

darabos commited on

Move Pandas import from lynxkite-app to lynxkite-graph-analytics.
70a3ad4

darabos commited on

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

darabos commited on

Split lynxkite_ops.py into two.
2af956d

darabos commited on