/users
/posts
/slides
/apps
/books
mysetting
/users
/posts
/slides
/apps
/books
11:30 5/30
mkseo.pe.kr
11:30
mkseo.pe.kr
Passion is like genius; a miracle.
http://mkseo.pe.kr/blog/
저작도구: https://wordpress.org/?v=5.4.6
최종 피드 수집: 2024-12-20 07:16
전체 (121)
15d
Shutting down multi processing in python
When you want to shutdown multiprocessor pool, I find this way the best. I tried cancel_futures, and so on, but they all suffers
Uncategorized
software
+ 더보기
0
0
0
읽기모드
2M
Recommended config_dict for pydantic.BaseModel
It’s difficult to understand why the below is not the default of the pydantic.BaseModel since they look so basic, but anyhow, th
Uncategorized
software
+ 더보기
0
0
0
읽기모드
2M
Finding all subclasses dynamically in python
Python provide __subclass__ to find all subclasses but it doesn’t find a class if it’s not imported yet. One solution is dynamic
Uncategorized
software
+ 더보기
0
0
0
읽기모드
2M
화면 캡쳐후 chatgpt에 질문 자동 실행 루틴
갤럭시 루틴입니다. 터치 매크로는 chatgpt 앱을 선택하고 녹화하면 되고 터치 시작 전에 delay를 1200ms 정도로 줍니다. 루틴을 빅스비 단축어에 연결합니다. 결과는 이렇습니다.
Uncategorized
+ 더보기
0
0
0
읽기모드
3M
plotly and drawing multiple lines in a single figure
I started using plotly. It renders a nice looking chart by default and interactive. With some efforts, one can return json in th
Uncategorized
machine learning
software
+ 더보기
0
0
1
읽기모드
4M
Interactive plotly charts on jinja2 + flask
It’s difficult to find explanation on how we can render plotly chart on flask + jinja, so I’m sharing my code snippets. First, i
Uncategorized
web
+ 더보기
0
0
0
읽기모드
4M
Predicting next state and observation in hmmlearn
Let me start by emphasizing that HMM’s core purpose is identifying the hidden states given observations. In such case, hidden st
Uncategorized
machine learning
quant
+ 더보기
statistics
0
0
0
읽기모드
4M
twelvedata python api
While I was looking for python api for crypto, I found twelvedata. It’s cheap and seems to be comprehensive. But I don’t like th
Uncategorized
quant
software
+ 더보기
0
0
0
읽기모드
5M
Sort values in each row of polars df
If your data size isn’t too big, here’s an easy solution. Let’s say you have this data: Use this function to sort values across
Uncategorized
software
+ 더보기
0
0
0
읽기모드
6M
How to suppress “Using categorical units to plot a list of strings that are all parsable as floats or dates.”
If log level is set to INFO, “Using categorical units to plot a list of strings that are all parsable as floats or dates. If the
Uncategorized
software
+ 더보기
0
0
0
읽기모드
6M
Outlier, drift detection
I learned alibi-detect today and it looks great. It has many algorithms for outlier and drift detection. The page even has a lin
Uncategorized
machine learning
+ 더보기
0
0
0
읽기모드
6M
웹사이트 성능 최적화
소프트웨어 품질의 끝은 결국 측정과 최적화라고 생각하고, 측정이 모든 접근의 시작이자 끝이라고 생각한다. 측정은 목표를 설정할 수 있게 하고, 그 과정에서 목표 자체에 의미가 있는지 따져보게 한다. 하지만 기술적 지식으로 무장한
Uncategorized
software
web
+ 더보기
0
0
5
읽기모드
6M
ASUS Chromebook Plus CX34
ASUS Chromebook Plus CX34. 또 크롬북을 샀다. 이제 써본게 총 6대째인가. 너무 많이 사봤다. 처음 느낌은 이 정도면 크롬북 수준에서 괜찮은 터치패드, 이 정도면 괜찮은 키감. 살짝 키 간격이 넓은 느낌도 있
Uncategorized
review
+ 더보기
0
0
0
읽기모드
6M
Two interesting cross validation in scikit learn
Scikit is excellent esp when considering these advanced tools. One is calibrated classifier cv. It tries to match model’s probab
Uncategorized
machine learning
+ 더보기
0
0
0
읽기모드
6M
Getting a probability given a prediction score
Platt scaling is a method to scale score to probability. It uses logistics transformation with some learable parameters. What’s
Uncategorized
machine learning
+ 더보기
0
0
0
읽기모드
6M
Modern linux cli tooks
I personally use bat, fd, exa, rg, jq, fzf, sd. https://github.com/ibraheemdev/modern-unix?tab=readme-ov-file
Uncategorized
software
+ 더보기
0
0
0
읽기모드
6M
Conformal prediction for dummies
Here I’m writing the simplest form of the concept so that anyone can quickly get the idea. If you want a serious post, read pape
Uncategorized
machine learning
+ 더보기
0
0
0
읽기모드
7M
OpenAI batch API python example
OpenAI announced batch api which “returns completions within 24 hours for a 50% discount.” To test it, I wrote a trivial python
Uncategorized
llm
software
+ 더보기
0
0
2
읽기모드
7M
Mac shortcuts to move window to left/right side of screen
Mac has Application shortcut and it can be used to select a menu using a keyboard. We can use that to move the windows. Here’s h
Uncategorized
software
+ 더보기
0
0
0
읽기모드
7M
shift+space로 한영 전환
최근 맥 os 업데이트후 shift+space 한영전환이 막혔다. 해결 방법을 찾아 정리해둠. 카라비너를 설치한다. 권한을 주고 실행 후 Settings -> Complex Modification에서 다음 부분을 수정 이후 f18
Uncategorized
software
+ 더보기
0
0
0
읽기모드
About
Badge
Contact
Activity
Terms of service
Privacy Policy