Abstract RemoteEvaluator for any Serializable Graph
Created by: gkirgizov
Minor PR with the following changes:
- Change RemoteEvaluator interface to accept any Serializable Graph instead of Pipeline
- Drop
pipeline.templatefield because it's unused and creates unnecessary cycle between pipeline & its template - Introduce
Serializableinterface withsave()&load()methods. Pipeline now it is subclass. - Replace loading of serialized pipeline with direct classmethod call
Pipeline.from_serializedFixes #679 (closed)