Code Monkey home page Code Monkey logo

clickbaitclassifier's People

Contributors

jiyeon5 avatar lily0114 avatar rjhwang08 avatar unizard avatar yejin325 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

yejin325

clickbaitclassifier's Issues

[질문] AI 해커톤 참가 의사

기레기통 팀원분들께

  • AI 해커톤 참가여부를 함께 협의 후 저를 멘션(@unizard )하여 알려주세요.
  • 이번이 첫AI 해커톤 대회인지라 수상할 가능성이 매우 높으니, 되도록 긍정적으로 검토 부탁 드립니다.

[5월 30일 회의] 역할 분담 재조정

  • 황정현 : 데이터 로더 및 데이터 전처리

  • 서예진 : CNN for Sentence Classification 논문 공부, CNN 모델 제작 및 성능 향상

  • 이현지 : CNN for Sentence Classification 논문 공부, CNN 모델 제작 및 성능 향상

  • 최지연 : CNN for Sentence Classification 논문 공부, CNN 모델 제작 및 성능 향상

  • 김재형 : 참고 프로젝트의 train 코드 공부

[질문] colab에서 10MB이상의 파일을 불러올 때 생기는 에러

from csv import DictReader
from csv import DictWriter

rows = []
 
a = '/content/mission1_train.csv'

with open(a, "r", encoding='UTF-8') as table:
  r = DictReader(table)
  
  for line in r:
    #print(line)
    #print("\n")
    rows.append(line)
    
  print(rows)

위의 코드를 통해 약 70MB에 달하는 mission1_train.csv를 읽을 때 다음과 같은 에러 메세지 발생

IOPub data rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--NotebookApp.iopub_data_rate_limit`.

Current values:
NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec)
NotebookApp.rate_limit_window=3.0 (secs)

전체 코드는 여기csv파일 읽기 연습 1

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.