microsoft / ML-For-Beginners

12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
https://microsoft.github.io/ML-For-Beginners/
MIT License
68.98k stars 14.24k forks source link

Update heatmap code in 5-Clustering/1-Visualize/README.md #677

Closed benfwalla closed 10 months ago

benfwalla commented 1 year ago

Visualizing the heatmap with df will throw an error because there are string-type columns. I think we need to filter the data with only numeric data types.

snowwindsand commented 1 year ago

It works. I met the same problem.

dwonisone commented 1 year ago

{ "policy": { "DEFAULT": { "capabilities": [ "frame", "fetch", "noscript", "other" ], "temp": false }, "TRUSTED": { "capabilities": [ "script", "object", "media", "frame", "font", "webgl", "fetch", "ping", "noscript", "unchecked_css", "lan" ], "temp": false }, "UNTRUSTED": { "capabilities": [], "temp": false }, "sites": { "trusted": [], "untrusted": [ "ajax.googleapis.com", "googlevideo.com", "gstatic.com", "hotmail.com", "code.jquery.com", "live.com", "live.net", "maps.googleapis.com", "mozilla.net", "addons.mozilla.org", "netflix.com", "nflxext.com", "nflximg.com", "nflxvideo.net", "ytimg.com", "yimg.com", "yahooapis.com", "yahoo.com", "wlxrs.com", "sfx.ms", "securesuite.net", "securecode.com", "paypalobjects.com", "passportimages.com", "paypal.com", "passport.net", "passport.com", "outlook.com", "noscript.net", "youtube.com", "google.com", "gfx.ms", "firstdata.lv", "firstdata.com", "tinymce.cachefly.net", "bootstrapcdn.com", "ajax.aspnetcdn.com", "afx.ms" ], "custom": {} }, "enforced": true, "autoAllowTop": true }, "local": { "debug": false, "showCtxMenuItem": true, "showCountBadge": true, "showFullAddresses": false, "amnesticUpdates": false, "isTorBrowser": true }, "sync": { "global": false, "xss": true, "TabGuardMode": "incognito", "TabGuardPrompt": "post", "cascadeRestrictions": true, "overrideTorBrowserPolicy": true }, "xssUserChoices": {} }

Tell me what this is exactly please On Wed, Aug 23, 2023, 3:28 PM 杜宁 @.***> wrote:

It works. I met the same problem.

— Reply to this email directly, view it on GitHub https://github.com/microsoft/ML-For-Beginners/pull/677#issuecomment-1690852480, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYVMCS37KYAHBD76R6EMT4LXW2U5PANCNFSM6AAAAAA2TSEG7E . You are receiving this because you are subscribed to this thread.Message ID: @.***>

github-actions[bot] commented 10 months ago

This PR has not seen any action for a while! Closing for now, but it can be reopened at a later date.