240 发简信
IP属地:重庆
  • 53.Maximum Subarray

    题目介绍 Find the contiguous subarray within an array (containing at least o...

  • 31.Next Permutation

    题目 Implement next permutation, which rearranges numbers into the lexicog...

  • 16. 3Sum Closest

    题目大概 Given an array S of n integers, find three integers in S such that ...

  • python 源码剖析笔记1

    对象 python的世界中一切都是对象👀👀 1 对象是数据以及数据的操作,在计算机中就是内存,连续或离散。 2 python中对象就是结构体,t...

  • 33. Search in Rotated Sorted Array

    题目介绍 Suppose an array sorted in ascending order is rotated at some pivot...

  • sklearn 学习5

    save 保存自己的模型 pickle 用的是pickle的形势得到一个pickle的文件 存储 取出进行预测 利用pickle文件取出,得到的...

  • 80. Remove Duplicates from Sorted Array II

    简介 Follow up for "Remove Duplicates":What if duplicates are allowed at m...

  • Resize,w 360,h 240
    sklearn 学习5

    gamma值与loss x-axis : gammay_axis: loss 其中也体现了过拟合:在training data上的过分好

  • Resize,w 360,h 240
    sklearn 学习4

    过拟合的认识 train_sizes,train_loss,test_loss = learning_curve(SVC(gamma = 0.0...