pipelines.py 文件源码

python
阅读 32 收藏 0 点赞 0 评论 0

项目:pypers 作者: frankosan 项目源码 文件源码
def plot(self, file_name=None):
        """
        Plot the DAG of the pipeline
        """
        import matplotlib.pyplot as plt
        nx.draw_networkx(self.dag)
        if not file_name:
            file_name = os.path.join(self.output_dir, self.name + '.png')
        plt.savefig(file_name)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号