lot_sizing_pipeline ¶repo = CoSyLuigiRepo(GetCosts, GetHistoricDemand, PredictDemandByAverage, PredictDemandByLinearRegression, OptimizeLotsByLeastUnitCost, OptimizeLotsByGroff, OptimizeLotsByPartPeriod, OptimizeLotsBySilverMeal, OptimizeLotsByWagnerWhitin) module-attribute ¶maestro = Maestro(repo.cls_repo, repo.taxonomy) module-attribute ¶GetCosts ¶examples/lot_sizing/lot_sizing_pipeline.pyoutput() ¶PredictDemand ¶PredictDemandByAverage ¶examples/lot_sizing/lot_sizing_pipeline.pyoutput_filename = 'data/predicted_demand_by_average.json' class-attribute instance-attribute ¶run() ¶examples/lot_sizing/lot_sizing_pipeline.pyPredictDemandByLinearRegression ¶examples/lot_sizing/lot_sizing_pipeline.pyoutput_filename = 'data/predicted_demand_by_linear_regression.json' class-attribute instance-attribute ¶run() ¶examples/lot_sizing/lot_sizing_pipeline.pyOptimizeLots ¶examples/lot_sizing/lot_sizing_pipeline.pyOptimizeLotsByGroff ¶examples/lot_sizing/lot_sizing_pipeline.pyOptimizeLotsByWagnerWhitin ¶examples/lot_sizing/lot_sizing_pipeline.pyOptimizeLotsBySilverMeal ¶examples/lot_sizing/lot_sizing_pipeline.pyOptimizeLotsByLeastUnitCost ¶examples/lot_sizing/lot_sizing_pipeline.pyoutput_filename = 'optimize_lots_by_least_unit_cost.txt' class-attribute instance-attribute ¶OptimizeLotsByPartPeriod ¶examples/lot_sizing/lot_sizing_pipeline.py