LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
torchkeras/__init__.py
torchkeras/data.py
torchkeras/eda.py
torchkeras/email.py
torchkeras/hugmodel.py
torchkeras/kerascallbacks.py
torchkeras/kerasmodel.py
torchkeras/metrics.py
torchkeras/pbar.py
torchkeras/plots.py
torchkeras/soup.py
torchkeras/stacker.py
torchkeras/summary.py
torchkeras/utils.py
torchkeras/vlog.py
torchkeras.egg-info/PKG-INFO
torchkeras.egg-info/SOURCES.txt
torchkeras.egg-info/dependency_links.txt
torchkeras.egg-info/top_level.txt
torchkeras/assets/SimHei.ttf
torchkeras/assets/park.jpg
torchkeras/assets/zidane.jpg
torchkeras/chat/__init__.py
torchkeras/chat/chatgpt.py
torchkeras/chat/chatllm.py
torchkeras/chat/ollama.py
torchkeras/tabular/__init__.py
torchkeras/tabular/step_runner.py
torchkeras/tabular/tabular_dataset.py
torchkeras/tabular/tabular_preprocess.py
torchkeras/tabular/config/__init__.py
torchkeras/tabular/config/config.py
torchkeras/tabular/models/__init__.py
torchkeras/tabular/models/base_model.py
torchkeras/tabular/models/autoint/__init__.py
torchkeras/tabular/models/autoint/autoint.py
torchkeras/tabular/models/autoint/config.py
torchkeras/tabular/models/category_embedding/__init__.py
torchkeras/tabular/models/category_embedding/category_embedding_model.py
torchkeras/tabular/models/category_embedding/config.py
torchkeras/tabular/models/common/__init__.py
torchkeras/tabular/models/common/heads/__init__.py
torchkeras/tabular/models/common/heads/blocks.py
torchkeras/tabular/models/common/heads/config.py
torchkeras/tabular/models/common/layers/__init__.py
torchkeras/tabular/models/common/layers/activations.py
torchkeras/tabular/models/common/layers/batch_norm.py
torchkeras/tabular/models/common/layers/embeddings.py
torchkeras/tabular/models/common/layers/gated_units.py
torchkeras/tabular/models/common/layers/misc.py
torchkeras/tabular/models/common/layers/soft_trees.py
torchkeras/tabular/models/common/layers/transformers.py
torchkeras/tabular/models/danet/__init__.py
torchkeras/tabular/models/danet/arch_blocks.py
torchkeras/tabular/models/danet/config.py
torchkeras/tabular/models/danet/danet.py
torchkeras/tabular/models/deepcross/__init__.py
torchkeras/tabular/models/deepcross/config.py
torchkeras/tabular/models/deepcross/deepcross_model.py
torchkeras/tabular/models/deepfm/__init__.py
torchkeras/tabular/models/deepfm/config.py
torchkeras/tabular/models/deepfm/deepfm_model.py
torchkeras/tabular/models/deepknn/__init__.py
torchkeras/tabular/models/deepknn/config.py
torchkeras/tabular/models/deepknn/deepknn_model.py
torchkeras/tabular/models/fm/__init__.py
torchkeras/tabular/models/fm/config.py
torchkeras/tabular/models/fm/fm_model.py
torchkeras/tabular/models/ft_transformer/__init__.py
torchkeras/tabular/models/ft_transformer/config.py
torchkeras/tabular/models/ft_transformer/ft_transformer.py
torchkeras/tabular/models/gandalf/__init__.py
torchkeras/tabular/models/gandalf/config.py
torchkeras/tabular/models/gandalf/gandalf.py
torchkeras/tabular/models/gate/__init__.py
torchkeras/tabular/models/gate/config.py
torchkeras/tabular/models/gate/gate_model.py
torchkeras/tabular/models/node/__init__.py
torchkeras/tabular/models/node/architecture_blocks.py
torchkeras/tabular/models/node/config.py
torchkeras/tabular/models/node/node_model.py
torchkeras/tabular/models/pemlp/__init__.py
torchkeras/tabular/models/pemlp/config.py
torchkeras/tabular/models/pemlp/pemlp_model.py
torchkeras/tabular/models/tab_transformer/__init__.py
torchkeras/tabular/models/tab_transformer/config.py
torchkeras/tabular/models/tab_transformer/tab_transformer.py
torchkeras/tabular/models/tabm/__init__.py
torchkeras/tabular/models/tabm/config.py
torchkeras/tabular/models/tabm/tabm_model.py
torchkeras/tabular/models/tabnet/__init__.py
torchkeras/tabular/models/tabnet/config.py
torchkeras/tabular/models/tabnet/tabnet_model.py
torchkeras/tabular/utils/__init__.py
torchkeras/tabular/utils/data_utils.py
torchkeras/tabular/utils/nn_utils.py
torchkeras/tabular/utils/python_utils.py
torchkeras/tools/__init__.py
torchkeras/tools/catboost.py
torchkeras/tools/lightgbm.py
torchkeras/tools/lightning.py
torchkeras/tools/transformers.py
torchkeras/tools/ultralytics.py
torchkeras/vision/__init__.py
torchkeras/vision/resnet.py
torchkeras/vision/ssd.py
torchkeras/vision/unet.py