dataset_20newsgroup.py 文件源码

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

项目:text-classification 作者: cahya-wirawan 项目源码 文件源码
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'])
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号