야후에서 연구자들을 위한 머신러닝 데이터를 공개하였다.

Yahoo Releases the Largest-ever Machine Learning Dataset for Researchers 야후에서 연구자들을 위한 머신러닝 데이터를 공개하였다. The dataset stands at a massive ~110B events (13.5TB uncompressed) of anonymized user-news item interaction...

#data

Ruby - migrate_from_mantis 실행시 undefined method `set_inheritance_column' for MantisMigrate::MantisCustomField(Table doesn't exist):Class 에러

Mantis 에서 Redmine 으로 Migration 을 진행할 때 아래와 같은 에러가 발행하였다. (in /usr/share/redmine) rake aborted! NoMethodError: undefined method `set_inheritance_column' for MantisMigrate::MantisCustomField(Table doesn't exist):Class 코드를 아래와 같이 수정 self.inheritance_column =...

#ruby, #mantis, #redmine

Redmine - Bitbucket 에 Git hook 설정

기본적 아래의 Plugin 을 사용 Plugins Directory » Redmine Bitbucket steveqx / redmine_bitbucket 설치와 설정 자체는 어렵지 않은데 중간에 아래와 같은 문구가 있다. Configure SSH key for the web server...

#redmine, #bitbucket, #git, #githook

Redmine - file attachment Error

Error Log. Started POST "/uploads.js?attachment_id=******.docx&content_type=application%2Fvnd.openxmlformats-officedocument.wordprocessingml.document" for ***.***.***.*** at ****-**-** **:**:** +**** Processing by AttachmentsController#upload as JS Parameters: {"attachment_id"=>"******.", "filename"=>"******.docx", "content_type"=>"application/vnd.openxmlformats-officedocument.wordprocessingml.document"} Current user: ****** (id=*) Saving attachment '******/redmine/files/****/**/*************_****************.docx' (******* bytes) Completed...

#redmine

Python - OS X 에서 python-ldap 설치시 오류

OS X 에서 python-ldap 을 설치할 때 아래와 같은 오류가 발생 Modules/LDAPObject.c:18:10: fatal error: 'sasl.h' file not found #include ^ 1 error generated. error: command 'cc' failed with exit status...

#python, #ldap