.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
.github/workflows/workflow.yml
examples/adaptive_mrmr_demo.py
examples/dart.py
examples/seq2seq.ipynb
foreblocks/__init__.py
foreblocks.egg-info/PKG-INFO
foreblocks.egg-info/SOURCES.txt
foreblocks.egg-info/dependency_links.txt
foreblocks.egg-info/entry_points.txt
foreblocks.egg-info/requires.txt
foreblocks.egg-info/top_level.txt
foreblocks/blocks/__init__.py
foreblocks/blocks/attention.py
foreblocks/blocks/enc_dec.py
foreblocks/blocks/fourier.py
foreblocks/blocks/ode.py
foreblocks/blocks/simple.py
foreblocks/blocks/wavelets.py
foreblocks/blocks/popular/nha.py
foreblocks/core/__init__.py
foreblocks/core/att.py
foreblocks/core/heads/__init__.py
foreblocks/core/heads/modules/__init__.py
foreblocks/custom_att/__init__.py
foreblocks/custom_att/custom_att/__init__.py
foreblocks/custom_att/src/__init__.py
foreblocks/custom_mamba/__init__.py
foreblocks/custom_mamba/blocks/__init__.py
foreblocks/custom_mamba/blocks/utils.py
foreblocks/custom_mamba/ops/__init__.py
foreblocks/data/__init__.py
foreblocks/evaluation/__init__.py
foreblocks/kan/__init__.py
foreblocks/layers/__init__.py
foreblocks/layers/graph/__init__.py
foreblocks/mltracker/__init__.py
foreblocks/models/__init__.py
foreblocks/studio/dist/index.html
foreblocks/studio/dist/studio-icon.svg
foreblocks/studio/dist/assets/diagnostics.worker-B3_eS8-t.js
foreblocks/studio/dist/assets/index-DFplXlQJ.css
foreblocks/studio/dist/assets/index-DZ5rh-Am.js
foreblocks/third_party/flash_softpick_attn.py
foreblocks/third_party/vsgd.py
foreblocks/training/__init__.py
foreblocks/training/quantization.py
foreblocks/transformer/__init__.py
foreblocks/transformer/attention/__init__.py
foreblocks/transformer/attention/cache/__init__.py
foreblocks/transformer/attention/kernels/__init__.py
foreblocks/transformer/attention/modules/__init__.py
foreblocks/transformer/attention/utils/__init__.py
foreblocks/transformer/attention/variants/__init__.py
foreblocks/transformer/compute/__init__.py
foreblocks/transformer/embeddings/__init__.py
foreblocks/transformer/kernels/__init__.py
foreblocks/transformer/moe/__init__.py
foreblocks/transformer/moe/experts/__init__.py
foreblocks/transformer/norms/__init__.py
foreblocks/transformer/skip/__init__.py
foreblocks/ts_handler/__init__.py
foreblocks/ts_handler/ewt.py
foreblocks/ts_handler/filters.py
foreblocks/ts_handler/impute.py
foreblocks/ts_handler/outlier.py
foreblocks/ts_handler/preprocessing.py
foreblocks/ui/__init__.py
scripts/update_web_version.py
tests/test_attention_matching_compaction.py
tests/test_auto_filter.py
tests/test_bb_bins.py
tests/test_conformal_coverage.py
tests/test_core_model.py
tests/test_csv_source.py
tests/test_darts_architecture_transfer.py
tests/test_foreminer_sota.py
tests/test_gateskip.py
tests/test_graph_btnf_mtgnn.py
tests/test_graph_btnf_sparse_layers.py
tests/test_graph_btnf_tggc.py
tests/test_head_composer.py
tests/test_hybrid_mamba.py
tests/test_moe_latent.py
tests/test_multiscale_conv_head.py
tests/test_sota_fengineer.py
tests/test_tf_sype_transformer.py
tests/test_tf_transformer_runtime.py
tests/test_trainer_modernization.py
tests/test_transformer_tuner.py
tests/test_triton_fused_add_rmsnorm.py
tests/test_triton_grouped_gemm_bwd.py
tests/test_triton_swiglu_bwd.py
tests/test_ts_handler_outlier.py
tests/test_ts_handler_preprocessing.py
tests/test_tsgen.py
tests/test_vmd_vncmd_if_update.py
tree/bench_constraints.py
tree/bench_sota_options.py
tree/bench_unifiedtree.py
tree/include/tree/neural_odst.py
web/logo_dark.svg
web/logo_light.svg
web/imgs/darts_module.svg
web/imgs/darts_module_logo.svg
web/imgs/foreblocks_inkscape_compatible.svg
web/imgs/forecasting_model_diagram.svg
web/imgs/fourier_blocks_diagram.svg
web/imgs/moe_architecture_diagram.svg
web/imgs/multi_attention_diagram.svg
web/imgs/preprocessing_module.svg
web/imgs/time_series_forecasting_concept.svg
web/imgs/timeseriespreprocessor_logo.svg
web/imgs/transformer_diagram_fixed.svg
webui/server.py