{"id":23035706,"url":"https://github.com/lapostoj/kaggle_juliatutorial","last_synced_at":"2026-01-15T22:28:07.228Z","repository":{"id":148093041,"uuid":"52086404","full_name":"lapostoj/Kaggle_JuliaTutorial","owner":"lapostoj","description":"Code written while following this tutorial: https://www.kaggle.com/c/street-view-getting-started-with-julia","archived":false,"fork":false,"pushed_at":"2016-03-18T07:16:07.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T13:11:40.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lapostoj.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-19T12:30:57.000Z","updated_at":"2016-03-18T07:16:08.000Z","dependencies_parsed_at":"2023-05-19T03:30:31.586Z","dependency_job_id":null,"html_url":"https://github.com/lapostoj/Kaggle_JuliaTutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapostoj%2FKaggle_JuliaTutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapostoj%2FKaggle_JuliaTutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapostoj%2FKaggle_JuliaTutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapostoj%2FKaggle_JuliaTutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lapostoj","download_url":"https://codeload.github.com/lapostoj/Kaggle_JuliaTutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246905830,"owners_count":20852818,"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-12-15T16:46:29.931Z","updated_at":"2026-01-15T22:28:07.193Z","avatar_url":"https://github.com/lapostoj.png","language":"Julia","readme":"# Kaggle_JuliaTutorial\n\nAuthor: lapostoj\n\nContact: jerome.lapostolet@gmail.com\n\n## Description\nCode written while following this tutorial: https://www.kaggle.com/c/street-view-getting-started-with-julia\n\n## Bug Fixes\n### ImageMagick\n* Message: 'ERROR: no decode delegate for this image format BMP'\n* Solution: Replace content of 'deps.jl' (C:\\Users\\\\[username]\\\\.julia\\v0.4\\ImageMagick\\deps\\) with\n```\n# This is an auto-generated file; do not edit\n# Pre-hooks\n\n# Macro to load a library\nmacro checked_lib(libname, path)\n\t((VERSION \u003e= v\"0.4.0-dev+3844\" ? Base.Libdl.dlopen_e : Base.dlopen_e)(path) == C_NULL) \u0026\u0026 error(\"Unable to load \\n\\n$libname ($path)\\n\\nPlease re-run Pkg.build(package), and restart Julia.\")\n\tquote const $(esc(libname)) = $path end\nend\n\n# Load dependencies\n@checked_lib libwand \"C:\\\\Program Files\\\\ImageMagick-6.9.3-Q16\\\\CORE_RL_wand_.DLL\"\n\n# Load-hooks\nfunction init_deps()\n\tENV[\"MAGICK_CONFIGURE_PATH\"]\t= \"C:\\\\Program Files\\\\ImageMagick-6.9.3-Q16\"\n\tENV[\"MAGICK_CODER_MODULE_PATH\"]\t= \"C:\\\\Program Files\\\\ImageMagick-6.9.3-Q16\"\nccall((:MagickWandGenesis,libwand), Void, ())\nend\ninit_deps()\n```\n\n### Float32sc\n* Message: 'ERROR: LoadError: UndefVarError: float32sc not defined'\n* Solution: Change 'temp = float32sc(img)' to 'temp = convert(Image{Gray}, img)'.\n\n_I still need to check to be sure result has the same format. But hard since I cant get the result from 'float32sc(img)'..._\n\n### String instead of Symbol\n* Message: 'ERROR: LoadError: MethodError: `getindex` has no method matching getindex(::DataFrames.DataFrame, ::ASCIIString)'\n* Solution: Change 'nameFile[\"nameColumn\"]' to 'nameFile[:nameColumn]'","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flapostoj%2Fkaggle_juliatutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flapostoj%2Fkaggle_juliatutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flapostoj%2Fkaggle_juliatutorial/lists"}