{"id":28471586,"url":"https://github.com/openml/openml-mxnet","last_synced_at":"2025-07-01T22:31:28.130Z","repository":{"id":62577794,"uuid":"223967582","full_name":"openml/openml-mxnet","owner":"openml","description":"MXNet extension for openml","archived":false,"fork":false,"pushed_at":"2020-05-24T00:18:54.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-07T11:07:53.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","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":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-25T14:26:49.000Z","updated_at":"2020-05-24T00:18:56.000Z","dependencies_parsed_at":"2022-11-03T19:30:32.556Z","dependency_job_id":null,"html_url":"https://github.com/openml/openml-mxnet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openml/openml-mxnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openml%2Fopenml-mxnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openml%2Fopenml-mxnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openml%2Fopenml-mxnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openml%2Fopenml-mxnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openml","download_url":"https://codeload.github.com/openml/openml-mxnet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openml%2Fopenml-mxnet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263046239,"owners_count":23405157,"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:07:58.811Z","updated_at":"2025-07-01T22:31:28.111Z","avatar_url":"https://github.com/openml.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MXNet extension for OpenML python\n\nMXNet extension for [openml-python API](https://github.com/openml/openml-python).\n\n#### Installation Instructions:\n\n`pip install openml-keras`\n\nPyPi link https://pypi.org/project/openml-mxnet/\n\n#### Usage\nImport openML libraries\n```python\nimport openml\nimport openml_mxnet\n```\nCreate a MXNet model\n```python\nmodel = mxnet.gluon.nn.HybridSequential()\nwith model.name_scope():\n    model.add(mxnet.gluon.nn.BatchNorm())\n    model.add(mxnet.gluon.nn.Dense(units=1024, activation=\"relu\"))\n    model.add(mxnet.gluon.nn.Dropout(rate=0.4))\n    model.add(mxnet.gluon.nn.Dense(units=2))\nmodel.hybridize()\n```\nDownload the task from openML and run the model on task.\n```python\ntask = openml.tasks.get_task(3573)\nrun = openml.runs.run_model_on_task(model, task, avoid_duplicate_runs=False)\nrun.publish()\nprint('URL for run: %s/run/%d' % (openml.config.server, run.run_id))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenml%2Fopenml-mxnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenml%2Fopenml-mxnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenml%2Fopenml-mxnet/lists"}