{"id":18077110,"url":"https://github.com/kevinkjt2000/haskell-id3-random-forest","last_synced_at":"2025-06-18T03:07:26.350Z","repository":{"id":32177973,"uuid":"35751374","full_name":"kevinkjt2000/Haskell-ID3-Random-Forest","owner":"kevinkjt2000","description":"Some Haskell machine learning that I wrote in college","archived":false,"fork":false,"pushed_at":"2018-04-21T05:24:00.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T20:11:09.526Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","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/kevinkjt2000.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-17T04:09:08.000Z","updated_at":"2018-04-21T05:24:02.000Z","dependencies_parsed_at":"2022-06-26T18:08:36.722Z","dependency_job_id":null,"html_url":"https://github.com/kevinkjt2000/Haskell-ID3-Random-Forest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kevinkjt2000/Haskell-ID3-Random-Forest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinkjt2000%2FHaskell-ID3-Random-Forest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinkjt2000%2FHaskell-ID3-Random-Forest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinkjt2000%2FHaskell-ID3-Random-Forest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinkjt2000%2FHaskell-ID3-Random-Forest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinkjt2000","download_url":"https://codeload.github.com/kevinkjt2000/Haskell-ID3-Random-Forest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinkjt2000%2FHaskell-ID3-Random-Forest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260477919,"owners_count":23015064,"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":"2024-10-31T11:12:12.192Z","updated_at":"2025-06-18T03:07:21.339Z","avatar_url":"https://github.com/kevinkjt2000.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"CSC 6230  - Machine Learning\nProgram 1 - Random Forest\nAuthor    - Kevin Tindall\n\nThis project relies on Haskell. The simplest way of installing Haskell,\nis downloading the Haskell Platform from https://www.haskell.org/platform/\n\nOnce Haskell is installed, there are some extra libraries that must be installed.\nThe following command should download and install the necessary extra libraries:\n    cabal update \u0026\u0026 cabal install HTF pretty-tree random-shuffle\n\nThe Haskell compiler might say that htfpp could not be located.\nThis is because cabal does not add its bin directory to PATH by default.\nSimply add the correct folder to your system's PATH.\n    Linux:   ~/.cabal/bin\n    Mac OSX: ~/Library/Haskell/bin\n    Windows: %APPDATA%\\cabal\\bin\n\nTo compile and run a normal build on Linux and Mac OSX:\n    cabal configure \u0026\u0026 cabal build\n    dist/build/random_forest/random_forest \u003cnumber of trees\u003e \u003cdata filename\u003e\n\nTo compile and run a normal build on Windows:\n    cabal configure \u0026\u0026 cabal build\n    dist\\build\\random_forest\\random_forest.exe \u003cnumber of trees\u003e \u003cdata filename\u003e\n\nTo compile and run a test build:\n    cabal configure --enable-tests \u0026\u0026 cabal build \u0026\u0026 cabal test","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinkjt2000%2Fhaskell-id3-random-forest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinkjt2000%2Fhaskell-id3-random-forest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinkjt2000%2Fhaskell-id3-random-forest/lists"}