240 发简信
IP属地:辽宁
  • 如何在mapreduce中导入自定义模块?【python】

    hadoop jar /usr/lib/hadoop-mapreduce/hadoop-streaming.jar -files lib.py,...

  • Triplet-loss

    https://omoindrot.github.io/triplet-loss

  • Face Recognition

    These steps worked for me on OSX flawlessly $ brew install cmake$ brew i...

  • XBGoost实践

    https://cambridgespark.com/content/tutorials/getting-started-with-xgboos...

  • 量化入门资料

    国外 https://www.quantopian.com/lectures国内 https://bigquant.com/docs/

  • python 常用操作记录

    python 列表及字典(按key、按value排序) python dict按照key 排序:1、method 1. 2、method 2. ...

  • HIVE系列

    行转列 select max(ubi.key), concat_ws(',', collect_set(ua.number)) as numbe...