medium_python ============= Dataclass config (Python) ------------------------- Config object pattern. .. literalinclude:: ../../../../../scikitplot/cython/_templates/medium_python/t01_dataclass_config.py :language: python Dataclass Metrics ----------------- Dataclass + small numeric methods with safe zero handling. .. literalinclude:: ../../../../../scikitplot/cython/_templates/medium_python/t01_dataclass_metrics.py :language: python Medium: dataclass pipeline -------------------------- Dataclass + fit/transform pattern. .. literalinclude:: ../../../../../scikitplot/cython/_templates/medium_python/t01_dataclass_pipeline.py :language: python Moving average (Python) ----------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/medium_python/t02_moving_average.py :language: python Moving average (Python) ----------------------- .. literalinclude:: ../../../../../scikitplot/cython/_templates/medium_python/t03_moving_average.py :language: python