240 发简信
IP属地:北京
  • Scikit-learn - 1

    获取数据 数据预处理 数据集拆分 使用模型 评估 降维

  • Matplotlib - 1

    基本图表 自定义图表元素 自定义图例 自定义色阶 多子图

  • Pandas - 2

    https://www.jianshu.com/writer#/notebooks/46734148/notes/73335482/previe...

  • Pandas - 1

    Creating data Reading data files Naive accessors Indexing in pandas Mani...

  • Seaborn - 1

    sns.lineplot(data=spotify_data['Shape of You'], label="Shape of You")sns...

  • 修改数据

    INSERTINSERT INTO <表名> (字段1, 字段2, ...) VALUES (值1, 值2, ...);INSERT INTO ...

  • 查询数据

    基本查询ALTER TABLE students ADD CONSTRAINT fk_class_id FOREIGN KEY (class_i...

  • Win10系统安装

    材料准备大于16G的U盘 下载安装包以及必备软件https://msdn.itellyou.cn/下载win10系统 windows 10(co...

  • Tensorflow object detection api 配置

    配置tensorflow object detection api 环境:windows10 + anaconda + tensorflow1....