{"id":18652641,"url":"https://github.com/yusugomori/conveyer","last_synced_at":"2025-07-16T21:12:46.445Z","repository":{"id":62564698,"uuid":"146560714","full_name":"yusugomori/conveyer","owner":"yusugomori","description":"Machine Learning for everybody.","archived":false,"fork":false,"pushed_at":"2019-04-20T02:14:30.000Z","size":25,"stargazers_count":25,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-16T14:15:57.607Z","etag":null,"topics":["automated-machine-learning","machine-learning","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/yusugomori.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}},"created_at":"2018-08-29T07:15:19.000Z","updated_at":"2022-05-03T21:13:51.000Z","dependencies_parsed_at":"2022-11-03T16:00:41.834Z","dependency_job_id":null,"html_url":"https://github.com/yusugomori/conveyer","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/yusugomori/conveyer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusugomori%2Fconveyer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusugomori%2Fconveyer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusugomori%2Fconveyer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusugomori%2Fconveyer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yusugomori","download_url":"https://codeload.github.com/yusugomori/conveyer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusugomori%2Fconveyer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265530989,"owners_count":23783148,"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":["automated-machine-learning","machine-learning","python3"],"created_at":"2024-11-07T07:07:54.781Z","updated_at":"2025-07-16T21:12:46.408Z","avatar_url":"https://github.com/yusugomori.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# conveyer🏭\n\nMachine Learning for everybody. conveyer is an automated machine learning library.\n\n## Quick glance\n\n```python\nimport os\nfrom glob import glob\nimport conveyer\n\ndata_dir = os.path.join(os.path.dirname(__file__), 'data')\nf_train = os.path.join(data_dir, 'train.csv')\nf_test = os.path.join(data_dir, 'test.csv')\n\n# training and validation\nconveyer.convey(path=f_train,\n                ignore_cols=['Id', 'Name'],\n                out_dir='model')\n\n# test\npreds = conveyer.produce(f_test, model_dir='model')\nprint(preds)\n```\n\n## Installation\n\n- **Install conveyer from PyPI (recommended):**\n\n```sh\npip install conveyer\n```\n\n- **Alternatively: install conveyer from the GitHub source:**\n\nFirst, clone conveyer using `git`:\n\n```sh\ngit clone https://github.com/yusugomori/conveyer.git\n```\n\n Then, `cd` to the conveyer folder and run the install command:\n```sh\ncd conveyer\nsudo python setup.py install\n```\n\n## License\n\nFree for personal use only.\nContact [@yusugomori](https://yusugomori.com/contact) for commercial use or more details.\n\n## NOTICE\n\nconveyer is still in development.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusugomori%2Fconveyer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyusugomori%2Fconveyer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusugomori%2Fconveyer/lists"}