{"id":27430989,"url":"https://github.com/bigmlcom/bigml-java","last_synced_at":"2025-04-14T15:28:13.283Z","repository":{"id":2163608,"uuid":"45477119","full_name":"bigmlcom/bigml-java","owner":"bigmlcom","description":"Java bindings for the BigML API","archived":false,"fork":false,"pushed_at":"2024-01-24T10:12:15.000Z","size":3556,"stargazers_count":11,"open_issues_count":4,"forks_count":21,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-04-17T10:55:16.385Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/bigmlcom.png","metadata":{"files":{"readme":"README.md","changelog":"Changes.md","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}},"created_at":"2015-11-03T15:50:11.000Z","updated_at":"2024-04-02T07:55:06.000Z","dependencies_parsed_at":"2023-01-11T16:08:17.220Z","dependency_job_id":"f6a654a6-914b-4cd9-9288-56382fb17891","html_url":"https://github.com/bigmlcom/bigml-java","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigmlcom%2Fbigml-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigmlcom%2Fbigml-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigmlcom%2Fbigml-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigmlcom%2Fbigml-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigmlcom","download_url":"https://codeload.github.com/bigmlcom/bigml-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248905862,"owners_count":21181065,"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":"2025-04-14T15:28:12.568Z","updated_at":"2025-04-14T15:28:13.266Z","avatar_url":"https://github.com/bigmlcom.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BigML.io Java bindings\n\n`BigML \u003chttps://bigml.com\u003e`_ makes machine learning easy by taking care\nof the details required to add data-driven decisions and predictive\npower to your company. Unlike other machine learning services, BigML\ncreates\n`beautiful predictive models \u003chttps://bigml.com/gallery/models\u003e`_ that\ncan be easily understood and interacted with.\n\nThese BigML Java bindings allow you to interact with\n`BigML.io \u003chttps://bigml.io/\u003e`_, the API\nfor BigML. You can use it to easily create, retrieve, list, update, and\ndelete BigML resources (i.e., sources, datasets, models and,\npredictions). For additional information, see\nthe `full documentation for the Java\nbindings on Read the Docs \u003chttp://bigml-java.readthedocs.org\u003e`_.\n\nThis module is licensed under the\n[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).\n\nSee all the changes history [here](Changes.md).\n\n## Support\n\nPlease, report problems and bugs to\n[BigML.io-Java issue tracker](https://github.com/bigmlcom/bigml-java/issues)\n\nYou can send us an email at [BigML email support](mailto://support.bigml.com)\n\nYou can join us in [Campfire chatroom](https://bigmlinc.campfirenow.com/f20a0)\n\n\n## Integrating Maven\n\nAdd the following dependency to your project's pom.xml file:\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.bigml\u003c/groupId\u003e\n        \u003cartifactId\u003ebigml-binding\u003c/artifactId\u003e\n        \u003cversion\u003e2.0.0\u003c/version\u003e\n    \u003c/dependency\u003e\n\nAdd the following lines to your project's pom.xml file if you want to use the SNAPSHOT versions of the library:\n\n    \u003crepositories\u003e\n        \u003crepository\u003e\n            \u003cid\u003eosshr-snapshots\u003c/id\u003e\n            \u003curl\u003ehttps://oss.sonatype.org/content/repositories/snapshots\u003c/url\u003e\n            \u003csnapshots\u003e\u003cenabled\u003etrue\u003c/enabled\u003e\u003c/snapshots\u003e\n            \u003creleases\u003e\u003cenabled\u003efalse\u003c/enabled\u003e\u003c/releases\u003e\n        \u003c/repository\u003e\n    \u003c/repositories\u003e\n\n## Requirements\n\nYou will find in the `binding.properties` file where to setup your BigML\ncredentialsc`BIGML_USERNAME` and `BIGML_API_KEY`.\nThey can be overwritten passing the values as JVM variables with `-D`.\n\nThe project uses Maven as project manager.\n\n## Running the Tests\n\nThere is a test suite using [Cucumber](http://cukes.info/) available,\nyou may want to run it by execute:\n\n```bash\n$ mvn test\n```\n\nor this way, if you want to debug the tests\n\n```bash\n$ mvn -Dmaven.surefire.debug=\"-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -Xnoagent -Djava.compiler=NONE\" test\n```\n\n## Examples\n\nThe `samples` directory contains a maven project named `BigML-Sample-Client`\nthat can be imported. It shows some basic examples about how to use the\nbindings to create resources in BigML.\nSee the corresponding [readme](samples/BigML-Sample-Client/README.md) for details.\n\n## Generated JAR file of the bindings\n\nSince version 1.1 the name of the JAR file is _bigml-binding_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigmlcom%2Fbigml-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigmlcom%2Fbigml-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigmlcom%2Fbigml-java/lists"}