Browse Source

[DOC] modify details for hetero readme

tags/v0.3.2
Peng Tan 2 years ago
parent
commit
f3f2f2f707
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      learnware/market/heterogeneous/organizer/hetero_map/README.md

+ 2
- 2
learnware/market/heterogeneous/organizer/hetero_map/README.md View File

@@ -7,8 +7,8 @@ This package contains code modified from the paper "TransTab: A Flexible Transfe
## Contents

- `__init__.py`: The `__init__.py` file defines the `HeteroMap` class, which forms the main network structure of the market engine. It includes methods for handling heterogeneous tabular data, focusing on mapping data from diverse feature spaces into a unified "specification world".
- `trainer.py`: The `trainer.py` file focuses on the unsupervised training process of the market engine. It defines the `TransTabCollatorForCL` class, which builds positive and negative samples from tabular vertical partitions for unsupervised learning.
- `feature_extractor.py`: This file encompasses NLP-related functionalities crucial for processing and understanding table data features. It includes classes like `WordEmbedding`, which encodes tokens from column names into word embeddings, and `FeatureTokenizer`, which prepares tables for processing by the market engine.
- `trainer.py`: The `trainer.py` file focuses on the unsupervised training process of the market engine. The `TransTabCollatorForCL` class is used for generating positive and negative samples from tabular vertical partitions for unsupervised learning.
- `feature_extractor.py`: This file is utilized for the purpose of tokenizing feature descriptions and transforming them into word embeddings.

## Handling heterogeneous learnwares



Loading…
Cancel
Save