{"id":33088,"name":"pdll","description":"Pairwise Difference Learning (PDL) is a meta-learning framework that leverages pairwise differences to transform multiclass problems into binary tasks. This repository includes the original PDL Classifier implementation, along with extended versions for regression and weighted learning scenarios.","url":"https://github.com/karim-53/pdll","last_synced_at":"2025-09-05T05:41:54.392Z","repository":{"id":244989008,"uuid":"769079307","full_name":"Karim-53/pdll","owner":"Karim-53","description":"Pairwise Difference Learning (PDL) is a meta-learning framework that leverages pairwise differences to transform multiclass problems into binary tasks. This repository includes the original PDL Classifier implementation, along with extended versions for regression and weighted learning scenarios.","archived":false,"fork":false,"pushed_at":"2025-04-24T12:31:14.000Z","size":2326,"stargazers_count":21,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T22:54:04.770Z","etag":null,"topics":["data-science","machine-learning","python","supervised-learning"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Karim-53.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.bib","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-08T09:53:36.000Z","updated_at":"2025-06-14T23:02:30.000Z","dependencies_parsed_at":"2024-06-18T22:01:07.106Z","dependency_job_id":"9480a8d2-2f46-4618-bd1f-2ff015d84648","html_url":"https://github.com/Karim-53/pdll","commit_stats":null,"previous_names":["karim-53/pdll"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Karim-53/pdll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karim-53%2Fpdll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karim-53%2Fpdll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karim-53%2Fpdll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karim-53%2Fpdll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Karim-53","download_url":"https://codeload.github.com/Karim-53/pdll/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karim-53%2Fpdll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273717846,"owners_count":25155482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"}},"owner":{"login":"Karim-53","name":null,"uuid":"33978275","kind":"user","description":"Hi, I am Karim.\r\nI am an external PhD student at LMU (Munich) working in collaboration with Porsche on Explainable AI.","email":"","website":"https://scholar.google.com/citations?user=F8QtCPIAAAAJ","location":"Germany","twitter":null,"company":"Porsche AG","icon_url":"https://avatars.githubusercontent.com/u/33978275?u=31cb53632348e7629b09a7fe7366bc590080c158\u0026v=4","repositories_count":3,"last_synced_at":"2023-03-07T07:12:15.697Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/Karim-53","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2023-03-07T07:12:15.710Z","updated_at":"2023-03-07T07:12:15.710Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Karim-53","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Karim-53/repositories"},"packages":[{"id":10392770,"name":"pdll","ecosystem":"pypi","description":"Pairwise difference learning library is a scikit learn compatible library for learning from pairwise differences.","homepage":null,"licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/Karim-53/pdll","keywords_array":[],"namespace":null,"versions_count":5,"first_release_published_at":"2024-06-18T14:58:22.000Z","latest_release_published_at":"2024-10-11T10:13:49.000Z","latest_release_number":"0.3.1","last_synced_at":"2025-08-18T22:47:51.064Z","created_at":"2024-06-18T15:47:03.058Z","updated_at":"2025-08-18T22:54:16.337Z","registry_url":"https://pypi.org/project/pdll/","install_command":"pip install pdll --index-url https://pypi.org/simple","documentation_url":"https://pdll.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 3 - Alpha","Intended Audience :: Developers","Intended Audience :: Education","Intended Audience :: Science/Research","License :: OSI Approved :: Apache Software License","Operating System :: OS Independent","Programming Language :: Python :: 3","Topic :: Scientific/Engineering :: Artificial Intelligence","Topic :: Software Development :: Libraries :: Python Modules"],"normalized_name":"pdll","project_status":null},"repo_metadata":{"id":244989008,"uuid":"769079307","full_name":"Karim-53/pdll","owner":"Karim-53","description":"Pairwise Difference Learning (PDL) is a meta-learning framework that leverages pairwise differences to transform multiclass problems into binary tasks. This repository includes the original PDL Classifier implementation, along with extended versions for regression and weighted learning scenarios.","archived":false,"fork":false,"pushed_at":"2025-04-24T12:31:14.000Z","size":2326,"stargazers_count":21,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T08:59:04.554Z","etag":null,"topics":["data-science","machine-learning","python","supervised-learning"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Karim-53.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.bib","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-08T09:53:36.000Z","updated_at":"2025-06-14T23:02:30.000Z","dependencies_parsed_at":"2024-06-18T22:01:07.106Z","dependency_job_id":"9480a8d2-2f46-4618-bd1f-2ff015d84648","html_url":"https://github.com/Karim-53/pdll","commit_stats":null,"previous_names":["karim-53/pdll"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Karim-53/pdll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karim-53%2Fpdll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karim-53%2Fpdll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karim-53%2Fpdll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karim-53%2Fpdll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Karim-53","download_url":"https://codeload.github.com/Karim-53/pdll/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karim-53%2Fpdll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271073360,"owners_count":24694536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"Karim-53","name":null,"uuid":"33978275","kind":"user","description":"Hi, I am Karim.\r\nI am an external PhD student at LMU (Munich) working in collaboration with Porsche on Explainable AI.","email":"","website":"https://scholar.google.com/citations?user=F8QtCPIAAAAJ","location":"Germany","twitter":null,"company":"Porsche AG","icon_url":"https://avatars.githubusercontent.com/u/33978275?u=31cb53632348e7629b09a7fe7366bc590080c158\u0026v=4","repositories_count":3,"last_synced_at":"2023-03-07T07:12:15.697Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/Karim-53","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2023-03-07T07:12:15.710Z","updated_at":"2023-03-07T07:12:15.710Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Karim-53","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Karim-53/repositories"},"tags":[{"name":"v0.1.0","sha":"c95b692c5ee5be0589b1e840d586f767d09342aa","kind":"commit","published_at":"2024-06-18T15:50:30.000Z","download_url":"https://codeload.github.com/Karim-53/pdll/tar.gz/v0.1.0","html_url":"https://github.com/Karim-53/pdll/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Karim-53/pdll@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karim-53%2Fpdll/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karim-53%2Fpdll/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-08-18T22:54:16.337Z","dependent_packages_count":0,"downloads":48,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":60.61678349868984,"dependent_packages_count":10.763304465573171,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":35.690043982131506},"purl":"pkg:pypi/pdll","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/pdll","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/pdll","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/pdll/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pdll/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pdll/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pdll/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pdll/related_packages","maintainers":[{"uuid":"Karim-53","login":"Karim-53","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/Karim-53/","role":null,"created_at":"2024-06-18T22:39:27.308Z","updated_at":"2024-06-18T22:39:27.308Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/Karim-53/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":725001,"maintainers_count":308311,"namespaces_count":0,"keywords_count":237984,"github":"pypi","metadata":{"funded_packages_count":50481},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-04T05:23:51.177Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"message":"Repository syncing started."},"issues_stats":{"full_name":"Karim-53/pdll","html_url":"https://github.com/Karim-53/pdll","last_synced_at":null,"status":null,"issues_count":null,"pull_requests_count":null,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":null,"pull_requests_closed_count":null,"pull_request_authors_count":null,"issue_authors_count":null,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"merged_pull_requests_count":null,"bot_issues_count":null,"bot_pull_requests_count":null,"past_year_issues_count":null,"past_year_pull_requests_count":null,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":null,"past_year_pull_requests_closed_count":null,"past_year_pull_request_authors_count":null,"past_year_issue_authors_count":null,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":null,"past_year_bot_pull_requests_count":null,"past_year_merged_pull_requests_count":null,"created_at":"2025-08-29T15:24:29.349Z","updated_at":"2025-09-02T11:48:43.097Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karim-53%2Fpdll","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/Karim-53%2Fpdll/issues","issue_labels_count":{},"pull_request_labels_count":{},"issue_author_associations_count":{},"pull_request_author_associations_count":{"OWNER":4,"NONE":2},"issue_authors":{},"pull_request_authors":{"Karim-53":4,"twibiral":1,"Kadrinizar":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.444Z","repositories_count":10086183,"issues_count":31279889,"pull_requests_count":96394260,"authors_count":10695968,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{"OWNER":2,"NONE":1},"past_year_issue_authors":{},"past_year_pull_request_authors":{"Karim-53":2,"Kadrinizar":1},"maintainers":[{"login":"Karim-53","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Karim-53"}],"active_maintainers":[{"login":"Karim-53","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Karim-53"}]},"events":{"total":{"WatchEvent":5,"IssueCommentEvent":3,"PushEvent":1,"PullRequestReviewCommentEvent":18,"PullRequestReviewEvent":6,"PullRequestEvent":2,"ForkEvent":2},"last_year":{"WatchEvent":5,"IssueCommentEvent":3,"PushEvent":1,"PullRequestReviewCommentEvent":18,"PullRequestReviewEvent":6,"PullRequestEvent":2,"ForkEvent":2}},"keywords":["data-science","machine-learning","python","supervised-learning"],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/test-pypi.yml","sha":null,"kind":"manifest","created_at":"2024-06-18T22:01:06.128Z","updated_at":"2024-06-18T22:01:06.128Z","repository_link":"https://github.com/Karim-53/pdll/blob/main/.github/workflows/test-pypi.yml","dependencies":[{"id":18683078712,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":18683078713,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test-repo.yml","sha":null,"kind":"manifest","created_at":"2024-06-18T22:01:06.263Z","updated_at":"2024-06-18T22:01:06.263Z","repository_link":"https://github.com/Karim-53/pdll/blob/main/.github/workflows/test-repo.yml","dependencies":[{"id":18683078715,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":18683078716,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2024-06-18T22:01:06.680Z","updated_at":"2024-06-18T22:01:06.680Z","repository_link":"https://github.com/Karim-53/pdll/blob/main/pyproject.toml","dependencies":[]},{"ecosystem":"pypi","filepath":"requirements.txt","sha":null,"kind":"manifest","created_at":"2024-06-18T22:01:06.939Z","updated_at":"2024-06-18T22:01:06.939Z","repository_link":"https://github.com/Karim-53/pdll/blob/main/requirements.txt","dependencies":[{"id":18683079059,"package_name":"numpy","ecosystem":"pypi","requirements":"\u003e=1.24.3","direct":true,"kind":"runtime","optional":false},{"id":18683079060,"package_name":"pandas","ecosystem":"pypi","requirements":"\u003e=2.2.0","direct":true,"kind":"runtime","optional":false},{"id":18683079061,"package_name":"scikit-learn","ecosystem":"pypi","requirements":"\u003e=1.3.2","direct":true,"kind":"runtime","optional":false},{"id":18683079062,"package_name":"setuptools","ecosystem":"pypi","requirements":"\u003e=69.0.2","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2024-06-18T22:01:07.031Z","updated_at":"2024-06-18T22:01:07.031Z","repository_link":"https://github.com/Karim-53/pdll/blob/main/setup.py","dependencies":[{"id":18683079063,"package_name":"numpy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":18683079064,"package_name":"pandas","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":18683079065,"package_name":"scikit-learn","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":18683079066,"package_name":"setuptools","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]}],"score":null,"created_at":"2025-09-04T15:51:06.325Z","updated_at":"2025-10-07T08:13:58.353Z","avatar_url":"https://github.com/Karim-53.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":48,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/33088","html_url":"https://science.ecosyste.ms/projects/33088","bibtex_url":"https://science.ecosyste.ms/projects/33088/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/33088/export.apalike"}