Skip to content
View lakeparkXPA's full-sized avatar
  • 00:50 (UTC +09:00)

Block or report lakeparkXPA

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. data_scrap data_scrap Public

    Google News RSS 피드를 기반으로 뉴스 기사를 수집하고, 본문을 스크래핑하여 PostgreSQL DB와 JSON 파일로 저장하는 도구입니다.

    Python

  2. mapping_trace mapping_trace Public

    Mapping trace for unstandardized medical code to standardized medical code.

    Python 1 1

  3. mshr_backend mshr_backend Public

    Backend for student and teacher physical examination in school.

    Python

  4. side2vec side2vec Public

    Word2vec using FDA FAERS data

    Python

  5. sparkstudy sparkstudy Public

    Spark study 기록물

    Jupyter Notebook

  6. word2vec model with drug side effect... word2vec model with drug side effect model
    1
    from gensim.models import Word2Vec
    2
    import pymssql
    3
    import numpy as np
    4
    import pandas as pd
    5
    import pickle