<?php declare(strict_types=1); namespace Phpml\Regression; use Phpml\Estimator; interface Regression extends Estimator { }