{"id":28471592,"url":"https://github.com/openml/openml-dotnet","last_synced_at":"2025-06-16T06:03:50.390Z","repository":{"id":28067119,"uuid":"31564105","full_name":"openml/openml-dotnet","owner":"openml","description":".NET API","archived":false,"fork":false,"pushed_at":"2016-03-18T13:28:17.000Z","size":980,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-07T11:07:55.503Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"psuidt/BlueCloudHIS1.2","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openml.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}},"created_at":"2015-03-02T21:28:02.000Z","updated_at":"2025-02-15T16:58:33.000Z","dependencies_parsed_at":"2022-09-04T16:22:57.049Z","dependency_job_id":null,"html_url":"https://github.com/openml/openml-dotnet","commit_stats":null,"previous_names":["openml/dotnet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openml/openml-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openml%2Fopenml-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openml%2Fopenml-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openml%2Fopenml-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openml%2Fopenml-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openml","download_url":"https://codeload.github.com/openml/openml-dotnet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openml%2Fopenml-dotnet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260109458,"owners_count":22960025,"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","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":[],"created_at":"2025-06-07T11:08:01.295Z","updated_at":"2025-06-16T06:03:50.382Z","avatar_url":"https://github.com/openml.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .NET API connector for the OpenMl platform\n\n![Build Status](https://jaksmid.visualstudio.com/DefaultCollection/_apis/public/build/definitions/591c915f-37c1-435a-a31d-0ea36e471364/1/badge)\n\nConnector to the OpenMl API for the .Net platform. Provides an easy and convinient way for accessing the OpenMl functionality. \u003c/br\u003e\nIt now covers all functionality of the rest API.\n\nEasily installable via Nuget (via Nuget console or Visual Studio Nuget interface):\n```\nPM\u003e Install-Package openMl\n```\nNow head to your account settings and obtain API key in the API authentication section.\n\nYou are all set!\n\nFirst, connect to the service:\n```\nvar connector = new OpenMlConnector(\"yourapikey\");\n```\nList all datasets:\n```\nvar data = connector.ListDatasets();\n```\nWe are especially interested in dataset with Id 1:\n```\nvar dataSetDetail = Connector.GetDatasetDescription(1);\n```\nLet's download it:\n```\ndataSetDetail.DownloadDataset(\"saveItHere\");\n```\nUpload new dataset:\n```\nvar uploadResult = connector.UploadDataSet(@\"newDataset.arff\",\n                new UploadDatasetDescription(\"Name\", \"Description\"));\n```\nYou can also make your own queries:\n```\nvar result = connector.ExecuteFreeQuery(\"SELECT name,did FROM dataset\");\n```\nSee http://www.openml.org/api_docs/#!/data/get_data_id for the list of methods supported by the API.\n\n# Get Involved:\nContribution to the OpenML package is highly appreciated. \nPlease \u003ca href=\"mailto:jakub.smid@outlook.com?subject=OpenMl\"\u003esend me an email\u003c/a\u003e beforehand so we can coordinate our efforts.\n\n\n# Send us Feedback:\nFound a bug? Do you use OpenMl? \n\u003ca href=\"mailto:jakub.smid@outlook.com?subject=OpenMl\"\u003eLet us know! \u003c/a\u003e\nOr GitHub issue tracker: https://github.com/openml/dotnet/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenml%2Fopenml-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenml%2Fopenml-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenml%2Fopenml-dotnet/lists"}