scheteronet Config

This is the config for scheteronet.

examples/tuning/cta_scheteronet/328_138/pipeline_params_tuning_config.yaml
---
type: preprocessor
tune_mode: pipeline_params
pipeline_tuning_top_k: 3
parameter_tuning_freq_n: 20
pipeline:
  - type: filter.gene
    include:
      - FilterGenesPercentile
      - FilterGenesScanpyOrder
      - FilterGenesPlaceHolder
    default_params:
      FilterGenesScanpyOrder:
        order: [min_counts, min_cells, max_counts, max_cells]
        min_counts: 1
        max_counts: 134732
        min_cells: 1
        max_cells: 401
  - type: misc
    target: SaveRaw
  - type: normalize
    include:
      - ColumnSumNormalize
      - ScTransform
      - Log1P
      - NormalizeTotal
      - NormalizePlaceHolder
      - NormalizeTotalLog1P
    default_params:
      ScTransform:
        processes_num: 8
  - type: normalize
    target: UpdateSizeFactors
  - type: filter.gene
    include:
      - HighlyVariableGenesLogarithmizedByMeanAndDisp
      - HighlyVariableGenesRawCount
      - HighlyVariableGenesLogarithmizedByTopGenes
      - FilterGenesTopK
      - FilterGenesRegression
      # - FilterGenesNumberPlaceHolder
    default_params:
      FilterGenesTopK:
        num_genes: 4000
      FilterGenesRegression:
        num_genes: 4000
      HighlyVariableGenesRawCount:
        n_top_genes: 4000
      HighlyVariableGenesLogarithmizedByTopGenes:
        n_top_genes: 4000
  - type: misc
    target: UpdateRaw
  - type: feature.cell
    include: [FeatureCellPlaceHolder]
    params:
      out: feature.cell
      log_level: INFO
  - type: graph.cell
    target: HeteronetGraph
  - type: misc
    target: SetConfig
    params:
      config_dict:
        feature_channel: feature.cell
        label_channel: cell_type
wandb:
  entity: xzy11632
  project: dance-dev
  method: grid  # try grid to provide a comprehensive search
  metric:
    name: acc  # val/acc
    goal: maximize