Giter Club home page Giter Club logo

analysis-technique's Introduction

Analysis-technique

분석 기법

01 Blending의 AutoML

  • 한 번에 15개의 모델로 분석가능해 시간절약
  • 15개의 모델 中 정확성 높은 모델 확인 후 Blending or 정확성 높은 분석기법 사용 가능
  • TIP: 곡선형태의 Smooth한 모델은 고전적인 분석기법, 0 or 1과 같이 바뀌는 모델은 tree알고리즘이 좋음

02 단어 빈도수 Counting

  • itertools를 활용해 단어수 Counting
  • EDA용도로 사용하면 편리

03 업무시간을 단축시켜주는 GroupBy

  • GroupBy를 활용해 장소, 시간대별로 정렬 가능
  • 이 기능을 활용해 인턴 당시에 기상청 데이터 4년치 데이터를 년,월,일별로 빠른 시간안에 처리할 수 있었습니다.

04 데이터 익명처리하는 Masking

  • Masking 기법을 활용해 민감한 정보들 익명화할 수 있습니다.

05 웹 제작/크롤링시에 필요한 주소 처리

  • index와 format을 활용해 사이트 주소 처리를 하게 만든 코드입니다.
  • 전체주소가 너무 복잡할 때 protocol, host만 보고 싶을 때 사용하면 좋을 것 같습니다.

analysis-technique's People

Contributors

dongchankim2 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.