일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 판다스
- 자연어분석
- HTML
- pytorch
- pandas
- sklearn
- deeplearning
- fastapi #파이썬웹개발
- OpenAIAPI
- 랭체인
- python 정렬
- 딥러닝
- fastapi #python웹개발
- fastapi
- 머신러닝
- NLP
- MachineLearning
- langchain
- programmablesearchengine
- 비지도학습
- konlpy
- 파이썬웹개발
- 챗gpt
- Python
- 파이토치기본
- 파이토치
- 판다스 데이터정렬
- 파이썬
- 사이킷런
- chatGPT
- Today
- Total
목록전체 글 (85)
Data Navigator
1. PostgreSQL 다운로드 https://www.enterprisedb.com/downloads/postgres-postgresql-downloadshttps://www.postgresql.org/download/windows/ PostgreSQL: Windows installers Windows installers Interactive installer by EDB Download the installer certified by EDB for all supported PostgreSQL versions. Note! This installer is hosted by EDB and not on the PostgreSQL community servers. If you have issues with t..
1. 몽고 DB 사이트에 접속 해서 Connunity Edition 다운로드 https://www.mongodb.com/try/download/community Try MongoDB Community Edition Try MongoDB Community Edition on premise non-relational database including the Community Server and Community Kubernetes Operator for your next big project! www.mongodb.com 왼쪽 메뉴에서 MongoDB Community Server 선택 오른쪽 하단에서 Platform Windows x64 선택 2.다운로드 받은 파일 실행 후 MongoDB 설치 다운받은 파일..
1. 발생오류:Ubuntu에서 Mecab 설치시 SetuptoolsDepreciationWarning: Invalid version: '0.996/ko-0.9.2' 에러 발생우분투 22.04, Anaconda 가상환경 python 3.11.x 환경에서 konlpy 설치시 홈페이지에 있는 mecab을 설치하는 명령sudo apt-get install curl gitbash 을 실행하면 아래와 같은 에러 발생 SetuptoolsDepreciationWarning: Invalid version: '0.996/ko-0.9.2'버전이 업그레이드 되었는데 setup.py에 코드가 수정되지 않아 발생하는 문제 2. 해결방법 1) pip install mecab-python3 로 mecab-python3 재설치pip ..