Gary's Blog
  • Home
  • EnglishEnglish
    EnglishEnglish中文 (中国)中文 (中国)

Tag: ML

The most commonly used functions in machine learning data cleaning

2023-09-05 11 记录 Leave a Comment
1. Get null percentage of columns def get_null_percentage(df): count = df.isnull().sum() percent = (df.isnull().mean() * 100).round(2) summary = pd.DataFrame({'count': count, 'percentage': percent}) return summary[summary["count"] > 0].sort_values(ascending=False, by="perce…

Tag Cloud

Authelia beego ChatGPT Crawler Data Cleaning Docker ffmpeg Freemarker GitLab Gmail golang Kafka Keycloak Linux Machine Learning ML MongoDB mp4 MySQL OpenAI PHP Python RabbitMQ Redis RSS Selenium spring boot Thymeleaf VMWare wget WordPress
Theme: Maizi. Powered by WordPress.