Index A | B | C | D | E | F | G | H | I | K | L | M | N | O | P | Q | R | S | T | U | V | W A Action (class in tarexp.experiments) addDummyNeg() (in module tarexp.component.ranker) annotate() (tarexp.ledger.FrozenLedger method) (tarexp.ledger.Ledger method) annotated (tarexp.ledger.Ledger property) annotation (tarexp.ledger.Ledger property) asComponent() (in module tarexp.component.base) available_events (tarexp.experiments.Experiment property) (tarexp.experiments.StoppingExperimentOnReplay property) (tarexp.experiments.TARExperiment property) B batch_size (tarexp.experiments.TARExperiment attribute) BatchPrecStoppingRule (class in tarexp.component.stopping) begin() (tarexp.component.base.CombinedComponent method) (tarexp.component.base.Component method) (tarexp.component.labeler.PerfectLabeler method) (tarexp.component.labeler.SuccessProbLabeler method) (tarexp.component.sampler.RandomSampler method) BudgetStoppingRule (class in tarexp.component.stopping) C calc_all() (tarexp.evaluation.OptimisticCost static method) checkRole() (tarexp.component.base.Component method) checkStopping() (tarexp.component.stopping.BatchPrecStoppingRule method) (tarexp.component.stopping.BudgetStoppingRule method) (tarexp.component.stopping.CHMHeuristicsStoppingRule method) (tarexp.component.stopping.FixedRoundStoppingRule method) (tarexp.component.stopping.KneeStoppingRule method) (tarexp.component.stopping.NullStoppingRule method) (tarexp.component.stopping.QuantStoppingRule method) (tarexp.component.stopping.ReviewHalfStoppingRule method) (tarexp.component.stopping.Rule2399StoppingRule method) (tarexp.component.stopping.StoppingRule method) CHMHeuristicsStoppingRule (class in tarexp.component.stopping) combine() (in module tarexp.component.base) CombinedComponent (class in tarexp.component.base) Component (class in tarexp.component.base) component (tarexp.workflow.Workflow property) components (tarexp.experiments.TARExperiment attribute) control_mask (tarexp.ledger.Ledger property) control_set_size (tarexp.experiments.TARExperiment attribute) cost_dynamic() (in module tarexp.helper.plotting) cost_structure (tarexp.evaluation.OptimisticCost attribute) CostCountKey (class in tarexp.evaluation) createControl() (tarexp.ledger.Ledger method) createDFfromResults() (in module tarexp.helper.pandas_tools) D Dataset (class in tarexp.dataset) dataset (tarexp.workflow.Workflow property) duplicate() (tarexp.dataset.Dataset method) (tarexp.dataset.SparseVectorDataset method) E easy_repr() (in module tarexp.base) evaluate() (in module tarexp.evaluation) Eventable (class in tarexp.base) exec() (tarexp.experiments.Experiment static method) (tarexp.experiments.StoppingExperimentOnReplay method) (tarexp.experiments.TARExperiment static method) exp_early_stopping (tarexp.experiments.StoppingExperimentOnReplay attribute) Experiment (class in tarexp.experiments) F fire() (tarexp.base.Eventable method) FixedRoundStoppingRule (class in tarexp.component.stopping) freeze() (tarexp.component.sampler.UncertaintySampler method) (tarexp.ledger.Ledger method) freeze_at() (tarexp.ledger.Ledger method) from_irds() (tarexp.dataset.TaskFeeder class method) from_sparse() (tarexp.dataset.SparseVectorDataset class method) from_text() (tarexp.dataset.Dataset class method) FrozenLedger (class in tarexp.ledger) FunctionComponent (class in tarexp.component.base) G generateSettings() (tarexp.experiments.Experiment method) (tarexp.experiments.StoppingExperimentOnReplay method) (tarexp.experiments.TARExperiment method) getAllData() (tarexp.dataset.Dataset method) getAnnotationCounts() (tarexp.ledger.Ledger method) getMetrics() (tarexp.workflow.OnePhaseTARWorkflow method) (tarexp.workflow.Workflow method) getOneDimScores() (in module tarexp.util) getReviewedIds() (tarexp.ledger.Ledger method) getTrainingData() (tarexp.dataset.Dataset method) H hasLabeler (tarexp.component.base.Component property) hasLabels (tarexp.dataset.Dataset property) hasRanker (tarexp.component.base.Component property) hasSampler (tarexp.component.base.Component property) hasStoppingRule (tarexp.component.base.Component property) I identifier (tarexp.dataset.Dataset property) (tarexp.dataset.SparseVectorDataset property) ingest() (tarexp.dataset.Dataset method) (tarexp.dataset.SparseVectorDataset method) isDone (tarexp.ledger.Ledger property) isStopped (tarexp.workflow.Workflow property) (tarexp.workflow.WorkflowReplay property) items() (tarexp.base.space method) iter_with_length (class in tarexp.util) K keys() (tarexp.base.space method) KneeStoppingRule (class in tarexp.component.stopping) L label (tarexp.evaluation.CostCountKey attribute) labelDocs() (tarexp.component.labeler.Labeler method) (tarexp.component.labeler.PerfectLabeler method) (tarexp.component.labeler.SuccessProbLabeler method) Labeler (class in tarexp.component.labeler) labels (tarexp.dataset.Dataset property) (tarexp.dataset.SparseVectorDataset property) latest_scores (tarexp.workflow.OnePhaseTARWorkflowReplay property) (tarexp.workflow.Workflow property) Ledger (class in tarexp.ledger) ledger (tarexp.workflow.Workflow property) (tarexp.workflow.WorkflowReplay property) lighten() (in module tarexp.helper.plotting) load() (tarexp.base.Savable class method) (tarexp.component.base.CombinedComponent class method) (tarexp.workflow.Workflow class method) M makeReplay() (tarexp.workflow.OnePhaseTARWorkflow method) (tarexp.workflow.Workflow method) max_round_exec (tarexp.experiments.Experiment attribute) measure (tarexp.evaluation.CostCountKey attribute) (tarexp.evaluation.MeasureKey attribute) (tarexp.evaluation.OptimisticCost attribute) MeasureKey (class in tarexp.evaluation) metrics (tarexp.experiments.Experiment attribute) module tarexp tarexp.base tarexp.component tarexp.component.base tarexp.component.labeler tarexp.component.ranker tarexp.component.sampler tarexp.component.stopping tarexp.dataset tarexp.evaluation tarexp.experiments tarexp.helper tarexp.helper.pandas_tools tarexp.helper.plotting tarexp.ledger tarexp.util tarexp.workflow N n_annotated (tarexp.ledger.Ledger property) n_docs (tarexp.dataset.Dataset property) (tarexp.dataset.SparseVectorDataset property) (tarexp.ledger.Ledger property) n_neg_annotated (tarexp.ledger.Ledger property) n_pos_annotated (tarexp.ledger.Ledger property) n_rounds (tarexp.ledger.FrozenLedger property) (tarexp.ledger.Ledger property) (tarexp.workflow.Workflow property) (tarexp.workflow.WorkflowReplay property) name (tarexp.dataset.Dataset property) neg_doc_ids (tarexp.dataset.Dataset property) (tarexp.dataset.SparseVectorDataset property) NullStoppingRule (class in tarexp.component.stopping) O on() (tarexp.base.Eventable method) (tarexp.experiments.Experiment method) OnePhaseTARWorkflow (class in tarexp.workflow) OnePhaseTARWorkflowReplay (class in tarexp.workflow) OptimisticCost (class in tarexp.evaluation) output_path (tarexp.experiments.Experiment attribute) P PerfectLabeler (class in tarexp.component.labeler) pos_doc_ids (tarexp.dataset.Dataset property) (tarexp.dataset.SparseVectorDataset property) Q QuantStoppingRule (class in tarexp.component.stopping) R random_seed (tarexp.experiments.Experiment attribute) RandomSampler (class in tarexp.component.sampler) Ranker (class in tarexp.component.ranker) readObj() (in module tarexp.util) registerExecArguments() (tarexp.experiments.Experiment method) RelevanceSampler (class in tarexp.component.sampler) repeat_tasks (tarexp.experiments.TARExperiment attribute) replay (tarexp.experiments.StoppingExperimentOnReplay attribute) reset() (tarexp.component.base.CombinedComponent method) (tarexp.component.base.Component method) (tarexp.component.labeler.PerfectLabeler method) (tarexp.component.labeler.SuccessProbLabeler method) (tarexp.component.ranker.SklearnRanker method) review_candidates (tarexp.workflow.OnePhaseTARWorkflow attribute) (tarexp.workflow.OnePhaseTARWorkflowReplay property) ReviewHalfStoppingRule (class in tarexp.component.stopping) Rule2399StoppingRule (class in tarexp.component.stopping) run() (tarexp.experiments.Experiment method) S sampleDocs() (tarexp.component.sampler.RandomSampler method) (tarexp.component.sampler.RelevanceSampler method) (tarexp.component.sampler.Sampler method) (tarexp.component.sampler.UncertaintySampler method) Sampler (class in tarexp.component.sampler) Savable (class in tarexp.base) savable_fields (tarexp.experiments.Experiment property) save() (tarexp.base.Savable method) (tarexp.component.base.CombinedComponent method) (tarexp.workflow.Workflow method) (tarexp.workflow.WorkflowReplay method) saved_checkpoint_limit (tarexp.experiments.Experiment attribute) saved_exp_path (tarexp.experiments.StoppingExperimentOnReplay attribute) saved_score_limit (tarexp.experiments.Experiment attribute) saveObj() (in module tarexp.util) scoreDocuments() (tarexp.component.ranker.Ranker method) (tarexp.component.ranker.SklearnRanker method) section (tarexp.evaluation.CostCountKey attribute) (tarexp.evaluation.MeasureKey attribute) (tarexp.evaluation.OptimisticCost attribute) seed_docs_construction (tarexp.experiments.TARExperiment attribute) setLabels() (tarexp.dataset.Dataset method) (tarexp.dataset.SparseVectorDataset method) should_save (tarexp.experiments.Action attribute) should_stop (tarexp.experiments.Action attribute) SklearnRanker (class in tarexp.component.ranker) space (class in tarexp.base) SparseVectorDataset (class in tarexp.dataset) stable_hash() (in module tarexp.util) step() (tarexp.workflow.OnePhaseTARWorkflow method) (tarexp.workflow.TwoPhaseTARWorkflow method) (tarexp.workflow.Workflow method) (tarexp.workflow.WorkflowReplay method) stopping_rules (tarexp.experiments.StoppingExperimentOnReplay attribute) StoppingExperimentOnReplay (class in tarexp.experiments) StoppingRule (class in tarexp.component.stopping) SuccessProbLabeler (class in tarexp.component.labeler) T tarexp module tarexp.base module tarexp.component module tarexp.component.base module tarexp.component.labeler module tarexp.component.ranker module tarexp.component.sampler module tarexp.component.stopping module tarexp.dataset module tarexp.evaluation module tarexp.experiments module tarexp.helper module tarexp.helper.pandas_tools module tarexp.helper.plotting module tarexp.ledger module tarexp.util module tarexp.workflow module TARExperiment (class in tarexp.experiments) target_recall (tarexp.evaluation.CostCountKey attribute) (tarexp.evaluation.MeasureKey attribute) (tarexp.evaluation.OptimisticCost attribute) TaskFeeder (class in tarexp.dataset) tasks (tarexp.experiments.StoppingExperimentOnReplay attribute) (tarexp.experiments.TARExperiment attribute) trainRanker() (tarexp.component.ranker.Ranker method) (tarexp.component.ranker.SklearnRanker method) TwoPhaseTARWorkflow (class in tarexp.workflow) U UncertaintySampler (class in tarexp.component.sampler) updateCallbacks() (tarexp.base.Eventable method) V values() (tarexp.base.space method) W Workflow (class in tarexp.workflow) workflow (tarexp.experiments.TARExperiment attribute) workflow_kwargs (tarexp.experiments.TARExperiment attribute) WorkflowReplay (class in tarexp.workflow)