Coder Social home page Coder Social logo

baseball's People

Contributors

to106kit avatar

Watchers

 avatar

baseball's Issues

feat: LOB%の計算スクリプトを作成

出塁させた走者に得点を許さなかった割合
投手の粘り強さを表す指標
LOB% = (安打 + 与四死球 - 失点) ÷ {安打 + 与四死球 - (本塁打 × 1.4)}

feat: 投手ベースデータを取得

勝、負、セーブ、奪三振、試合数、投球回、投球数、打者数、被安打、被本塁打、与四球、与死球、敬遠、失点、自責点、完投、完封、無四球、援護点、援護率、最高球速、最低球速(計?要素)を取得

feat : average_mod.pyのリファクタリング

#21行目以降の可読性が低い
t_np_strike_array = t_np_array[:,0:15]
t_validity_list = t_np_strike_array[np.all(t_np_strike_array != "---", axis=1)]
t_course_list = t_validity_list[:,6:15].astype(np.float32)
t_course_average_for_plt_nplist = np.column_stack([t_validity_list[:,3:5],t_course_list])
t_plot_list = t_course_average_for_plt_nplist.copy()

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.