Giter Club home page Giter Club logo

home_credit's Introduction

目的

データサイエンス勉強会 at 電通にて、kaggle Home Credit Default Risk用のGit

フォルダ構成

|- data
  |- application_test.csv
  |- application_train.csv
  |- bureau.csv
  |- bureau_balance.csv
  |- credit_card_balance.csv
  |- HomeCredit_columns_description.csv
  |- installments_payments.csv
  |- POS_CASH_balance.csv
  |- previous_application.csv
  |- sample_submission.csv
|- home_credit(Git)
  |- README.md(this)
  |- 各自の名前ディレクトリ

使用方法

  1. このレポジトリをクローンする
    git clone [email protected]:haritoshi1226/home_credit.git
  1. 梁木に自分のGitHubアカウントをSlackで知らせる
  2. 自分のディレクトリが作成されたら、その中に分析コードを書く

運用

変更をGitHubにpushする際は、自分のブランチを作成し、そこにコミットする
その後masterに自分のブランチをマージし、GitHubにpushする

  1. ブランチの作成
    hogehogebranchの部分に自分の名前のbranch名を入れてブランチを作成する
    git branch hogehogebrunch 
  1. ブランチの切り替え
    ブランチを先ほど作成したブランチに切り替える
    git checkout hogehogebranch
  1. 自分のブランチにコミット
    自分のブランチ内に、更新結果をコミットする
    git add -A
    git commit -m 'hogehoge'
  1. マージ
    ブランチを「master」に切り替え、マージし、GitHubにpushする
    git pullコマンドを実行した際、自分の変更した分は一旦消えてしまうため、必ず自分のブランチであらかじめcommitをしておくこと
    git checkout master
    git pull master
    git merge hogehogebrunch
    git push origin master
  1. 2〜4を繰り替えす

home_credit's People

Contributors

haritoshi1226 avatar michellekturberfield avatar napier2718 avatar yuru-lab avatar

Watchers

 avatar

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.