{"id":16534268,"url":"https://github.com/gift-exe/multilabel-encoding","last_synced_at":"2026-04-20T14:31:37.096Z","repository":{"id":132472352,"uuid":"536907137","full_name":"gift-exe/MultiLabel-Encoding","owner":"gift-exe","description":"Multilabel Encoding. Found out about this concept while checking out Alexey Grigorev's free ML course. Decided to explore it (^_^ )","archived":false,"fork":false,"pushed_at":"2024-07-22T20:43:19.000Z","size":1393,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T14:11:18.470Z","etag":null,"topics":["classification","encoding","feature-extraction","machine-learning","multilabel-classification"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gift-exe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-15T07:12:02.000Z","updated_at":"2024-08-08T13:47:01.000Z","dependencies_parsed_at":"2023-08-29T17:26:06.090Z","dependency_job_id":"2e32fe11-6246-42a7-b4a5-18501d01076c","html_url":"https://github.com/gift-exe/MultiLabel-Encoding","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"65f2501b33f0fae0c6d706412a449ad60acdaf5c"},"previous_names":["gift-exe/multilabelclassification"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gift-exe/MultiLabel-Encoding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gift-exe%2FMultiLabel-Encoding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gift-exe%2FMultiLabel-Encoding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gift-exe%2FMultiLabel-Encoding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gift-exe%2FMultiLabel-Encoding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gift-exe","download_url":"https://codeload.github.com/gift-exe/MultiLabel-Encoding/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gift-exe%2FMultiLabel-Encoding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32050875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["classification","encoding","feature-extraction","machine-learning","multilabel-classification"],"created_at":"2024-10-11T18:23:11.501Z","updated_at":"2026-04-20T14:31:37.076Z","avatar_url":"https://github.com/gift-exe.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Simple Tool For Encoding Multilabeled Columns  \n\n### How to use:\n---\nThe `MultiLabelEncoder` class from `main.py`, takes care of encoding the multilabeled column.  \n\nTo use, create a `MultiLabelEncoder` object, parameters are:  \n\n`multilabel_column` type: pd.Series  \n`unique_labels` type:set [optional]  \n`delimiter` type:str [optional]  \n\nAs of 22.07.2024 the Encoder works best on csv files, where the columns are strings.  \nTypically looking like this:\n\n|TAGS                                     |\n|-----------------------------------------|\n| \"Factory Tuner,Luxury,High-Performance\" |\n| \"Luxury,Performance\"                    |\n| \"Luxury,High-Performance\"               |  \n\n  \nHere the delimiter is a comma ','\n\nFor sample usage, check out thte `mlc.ipynb` notebook\nThank you (^_^ )\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgift-exe%2Fmultilabel-encoding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgift-exe%2Fmultilabel-encoding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgift-exe%2Fmultilabel-encoding/lists"}