* pump auxliary power consumption (kw) 수식을 검증하기 위해,예시) 아래 사이트의 것을 기준으로 값을 검증해 봄. https://chandleridle.tistory.com/2633 _
Active Setup Component for window installationhttps://helgeklein.com/blog/active-setup-explained/ Active Setup Explained • Helge KleinThis is a summary of my experience with Active Setup combined with what I could find on the internet. The information applies to older and current versions of Windows, up to and including Windows 7, Windows 10, Server 2016, Server 2019. What is Active Setuhelgekle..
setting >> "whell scroll"로 검색 - Editor는 .py 파일의 마우스 스크롤 속도를 조절- Workbench는 .ipynb (notebook) 파일의 마우스 스크롤 속도를 조절. 개인적으로 x3배가 평상시 쓰는 속도와 비슷함 _
streamlit과 항상 비교되며 언급하는 Dash는 streamlit도서나 유데미 강좌와 다르게 소스나 설명이 많지 않다.마침 아마존에 책 한 권을 팔길래, 그리고 평점이 4.x점이라 주문을 했다. 그런 내용은 유튜브 강좌보다 조금 더 심도는 있지만 작성날짜가 dash v1 기준으로 작성이 된 것인지, v2로 migration되지 않은 코드가 많고 4만원인 가격을 생각하면 흑백도서에 내용도 조금 애매하다. 그냥 홈페이지의 Awesome page들을 뜯어볼 걸 그랬나 싶은 생각도 든다. 깃허브 소스는 그래도 챕터별로 정리가 잘 되어 있어서 링크를 가져온다. https://github.com/PacktPublishing/Interactive-Dashboards-and-Data-Apps-with-Plot..
보통 LLM들의 평가점수를 기사나 인터넷 글에서 비교하는 것을 보게 된다.그런데 vscode extension - COPILOT을 써보려다가 무료로 제공하는 extension인 CODEIUM을 알게 되어 사이트를 뒤적거리다 알게 된 사이트. 유니콘으로써 codeium회사와 비교하는데 그보다 평가점수가 높길래 뭐하는 회사인가 찾아봤지만...사실 뭘 하는 회사인지는 잘 모르겠다. 그 중 LLM board를 제공하는 페이지가 있어서 살펴 보게 되었다. https://scale.com/leaderboard SEAL LLM Leaderboards: Expert-Driven Private EvaluationsExplore the SEAL leaderboards for expert-driven, privat..
https://pypi.org/project/python-dotenv/ python-dotenvRead key-value pairs from a .env file and set them as environment variablespypi.org pip install python-dotenv # load_dotenv() # take environment variables from .env.# Code of your application, which uses environment variables (e.g. from `os.environ` or# `os.getenv`) as if they came from the actual environment.import osfrom dotenv import loa..