Giter Club home page Giter Club logo

dand-p5-machine-learning's Introduction

Just say something

dand-p5-machine-learning's People

Contributors

supernova16 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

fredgnr mg-huang

dand-p5-machine-learning's Issues

review

数据集分析:

这个数据集很不平衡(imbalance), 也就说明accuracy并不是很好的评估指标,选择precision和recall更好一些。
在交叉验证的时候,因为数据的不平衡性,我们会选用Stratified Shuffle Split的方式将数据分为验证集和测试集。
数据样本比较少,因此我们可以使用GridSearchCV来进行参数调整,如果较大的数据则会花费较长的时间,可以考虑使用RandomizedSearchCV.

tester.py中使用的验证方式为StratifiedShuffleSplit。你可以思考一下这种验证方法的工作原理,并结合其特点思考一下为什么SratifiedShuffleSplit更加适合该试验。(提示:查看一下该算法在将数据分为培训和测试集时有什么特点。)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.