def __init__(self, cfg=None):
super().__init__()
self.__dataset__ = fetch_20newsgroups(subset=cfg['subset'], categories=cfg['categories'],
shuffle=cfg['shuffle'], random_state=cfg['random_state'])
dataset_20newsgroup.py 文件源码
python
阅读 26
收藏 0
点赞 0
评论 0
评论列表
文章目录