Source code for immuneML.example_weighting.ExampleWeightingParams

from dataclasses import dataclass
from pathlib import Path


[docs] @dataclass class ExampleWeightingParams: result_path: Path pool_size: int = 4 learn_model: bool = True