{"id":37702221,"url":"https://github.com/masilab/beyodfa_random","last_synced_at":"2026-01-16T13:01:11.731Z","repository":{"id":284227764,"uuid":"954250118","full_name":"MASILab/beyodfa_random","owner":"MASILab","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-24T20:19:28.000Z","size":246,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-29T17:42:20.718Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MASILab.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-24T19:41:23.000Z","updated_at":"2025-03-24T20:19:25.000Z","dependencies_parsed_at":"2025-03-24T20:45:53.591Z","dependency_job_id":null,"html_url":"https://github.com/MASILab/beyodfa_random","commit_stats":null,"previous_names":["masilab/beyodfa_random"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/MASILab/beyodfa_random","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MASILab%2Fbeyodfa_random","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MASILab%2Fbeyodfa_random/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MASILab%2Fbeyodfa_random/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MASILab%2Fbeyodfa_random/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MASILab","download_url":"https://codeload.github.com/MASILab/beyodfa_random/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MASILab%2Fbeyodfa_random/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":[],"created_at":"2026-01-16T13:01:10.856Z","updated_at":"2026-01-16T13:01:11.720Z","avatar_url":"https://github.com/MASILab.png","language":"Python","readme":"# Beyond FA Random\n\nHere is an example repository for the Beyond FA challenge. This docker generates 128 random features in the range of [0,1] for testing.\n\n## Building the Docker\n\nSee `Dockerfile` for an example of setting up the Docker container. \n\nTo build this Docker container, clone the repository and run the following command in the root directory:\n\n```bash\nDOCKER_BUILDKIT=1 sudo docker build -t beyondfa_random:v1.0.1 .\n```\n\nThe Docker runs the code from `scripts/entrypoint.sh`.\n\n## Running the Docker\n\nYour Docker container should be able to read input data from `/input` and write output data to `/output`. Honestly, it does not read anything, just writes. \n**The JSON list contains 128 values.**\n\nTo run this Docker:\n\n```bash\ninput_dir=\".../input_data\"\noutput_dir=\".../output_data\"\n\nmkdir -p $output_dir\nsudo chmod 777 $output_dir\n\nsudo docker run --rm\\\n    -e METRIC=random_features \\\n    -v $input_dir:/input \\\n    -v $output_dir:/output \\\n    beyondfa_random:v1.0.1\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasilab%2Fbeyodfa_random","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasilab%2Fbeyodfa_random","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasilab%2Fbeyodfa_random/lists"}