logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

适用于<python机器学习与实践>的twenty_newsgroups.py文件内容

路径为:D:\software\python27\Lib\site-packages\sklearn\datasets替换twenty_newsgroups.py中的内容如下:"""Caching loader for the 20 newsgroups text classification datasetThe description of t

机器学习中的OOF

[1]中回答如下:OF simply stands for "Out-of-fold" and refers to a step in the learning process when using k-fold validation in which the predictions from each set of folds are grouped together into one gr..

colab中的"在Github中保存一份副本"无法保存到自己github

如果我们选择:"文件->在Github中保存一份副本"我们会发现弹出来的是官方的一些tensorflow的一些repository,那么如何保存到自己的github repository呢?技巧是,首先"文件->在云端硬盘中保存一份副本"然后在副本上操作"文件->在Github中保存一份副本"这样就会弹出自己的github授权对话框,然后就可以保存到自己g...

百度网盘Linux客户端不停缓冲打不开

测试环境:ubuntu18.10baidunetdisk 2.0.2删除整个~baidunetdisk文件夹然后关闭百度客户端重新登陆百度客户端即可

hive与spark的匹配版本汇总

版本信息来自于hive的源码包的pom.xml文件中,汇总下:apache-hive-1.2.2-src &lt;spark.version&gt;1.3.1&lt;/spark.version&gt;apache-hive-2.1.1-src &lt;spark.version&gt;1.6.0&lt;/spark.version&

gitkraken把github上的东西clone到本地

首先要用github账号登录GitKraken然后选择File->Clone Repo弹出以下界面,因为已经用GitHub登录了,所以选择Clone->GitHub.com后,会发现自己github上的repository已经会自动在右边显示了。然后在右侧的Where to clone to选择好要保存的路径然后选择右下角的Clone the Repo

5-3 神经网络算法预测销量高低(改进版,消除了一些warning)

#-*- coding: utf-8 -*-import pandas as pdimport osos.environ['TF_CPP_MIN_LOG_LEVEL']='2'inputfile = '../data/sales_data.xls'data = pd.read_excel(inputfile, index_col = u'序号')data[data == u'好

org.apache.hadoop.hive.metastore.api.MetaException: Get request failed :xxxx

报错复现如下:Flink SQL> create database testdb;[ERROR] Could not execute SQL statement. Reason:org.apache.hadoop.hive.metastore.api.MetaException: Get request failed : SELECT `A0`.`PARAM_VALUE` FROM `DAT

    共 135 条
  • 1
  • 2
  • 3
  • 14
  • 请选择