{"id":20191404,"url":"https://github.com/htfy96/future-price-predictor","last_synced_at":"2026-06-05T02:31:05.287Z","repository":{"id":86701966,"uuid":"90596800","full_name":"htfy96/future-price-predictor","owner":"htfy96","description":"Toy price predictor of future market","archived":false,"fork":false,"pushed_at":"2017-06-04T14:42:42.000Z","size":57,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-03T07:41:33.573Z","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":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/htfy96.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-08T07:05:01.000Z","updated_at":"2017-06-18T14:10:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"221aea00-7b02-4723-aae0-556e5dea882f","html_url":"https://github.com/htfy96/future-price-predictor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/htfy96/future-price-predictor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htfy96%2Ffuture-price-predictor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htfy96%2Ffuture-price-predictor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htfy96%2Ffuture-price-predictor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htfy96%2Ffuture-price-predictor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/htfy96","download_url":"https://codeload.github.com/htfy96/future-price-predictor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htfy96%2Ffuture-price-predictor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33927314,"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":[],"created_at":"2024-11-14T03:48:45.256Z","updated_at":"2026-06-05T02:31:05.268Z","avatar_url":"https://github.com/htfy96.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# future-price-predictor\nToy price predictor of future market\n\n## Requirements\nPython 3.6, CUDA 8.0\n\n```\nvirtualenv -p python3.6 --system-site-packages .env\nsource .env/bin/activate\nsource ./install.sh\n```\n\nYou should place raw data at `data/DBExport` and `data/m0000`. Processed data is stored at `processed/DBExport.h5` and `processed/m0000.h5`.\n\nProcessed data could be read as:\n```\nimport pandas as pd\nwith pd.HDFStore('processed/DBExport.h5') as store:\n\tfor k in store.keys():\n\t\tframe = pd.read_hdf('processed/DBExport.h5', k)\n\t\t# do sth to frame\n\t\tframe.to_hdf('processed/DBExport.h5', k, mode='w')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtfy96%2Ffuture-price-predictor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtfy96%2Ffuture-price-predictor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtfy96%2Ffuture-price-predictor/lists"}