{"id":20602457,"url":"https://github.com/augustunderground/mlflow-hs","last_synced_at":"2026-06-05T11:31:41.675Z","repository":{"id":112836198,"uuid":"475071199","full_name":"AugustUnderground/mlflow-hs","owner":"AugustUnderground","description":"Log to MLFlow Tracking server from Haskell","archived":false,"fork":false,"pushed_at":"2022-03-29T10:06:09.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-09T12:53:56.797Z","etag":null,"topics":["haskell","mlflow"],"latest_commit_sha":null,"homepage":"https://augustunderground.github.io/mlflow-hs/","language":"Haskell","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/AugustUnderground.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","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-03-28T15:47:39.000Z","updated_at":"2022-03-29T07:14:54.000Z","dependencies_parsed_at":"2023-05-31T10:15:35.190Z","dependency_job_id":null,"html_url":"https://github.com/AugustUnderground/mlflow-hs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AugustUnderground/mlflow-hs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AugustUnderground%2Fmlflow-hs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AugustUnderground%2Fmlflow-hs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AugustUnderground%2Fmlflow-hs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AugustUnderground%2Fmlflow-hs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AugustUnderground","download_url":"https://codeload.github.com/AugustUnderground/mlflow-hs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AugustUnderground%2Fmlflow-hs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33939225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"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"}},"keywords":["haskell","mlflow"],"created_at":"2024-11-16T09:13:54.574Z","updated_at":"2026-06-05T11:31:41.670Z","avatar_url":"https://github.com/AugustUnderground.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mlflow-hs\n\nRudimentary and mostly incomplete bindings for logging to an\n[mlflow](https://www.mlflow.org) tracking server from Haskell.\n\n## Basic Usage\n\nLaunch tracking server:\n\n```bash\n$ mlflow server -h 0.0.0.0 -p 5000\n```\n\nImport the `MLFlow` module:\n\n```haskell\nimport MLFlow\n```\n\nSet Tracking URI:\n\n```haskell\nuri = trackingURI' \"localhost\" 5000\n```\n\nCreate Experiment:\n\n```haskell\nexperimentId \u003c- createExperiment uri \"experiment_name\"\n```\n\nCreate Run:\n\n```haskell\nrunId' \u003c- runId . runInfo \u003c$\u003e createRun baseUrl experimentId []\n```\n\nLog Metric:\n\n```haskell\nres \u003c- logMetric uri runId' \"some_metric\" 6.66 0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustunderground%2Fmlflow-hs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugustunderground%2Fmlflow-hs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustunderground%2Fmlflow-hs/lists"}