Malcolm Greaves

Results 10 issues of Malcolm Greaves

The`coremltools` dependency depends on the user's Python version. The logic for specifying this already exists in `setup.py`. This PR makes the `coremltools` version explicitly dependent on the Python version in...

The PyPi published package for `turicreate` version `6.4.1` has inconsistent dependency information. The package's `requires_dist` from [pypi/turicreate/json](https://pypi.org/pypi/turicreate/json ) has `"coremltools (==3.3)"`. (From `curl -sL https://pypi.org/pypi/turicreate/json | jq '.info.requires_dist'`). However, the...

setup
enhancement

- Patch update on the aws-java-sdk dependency. Includes bug fixes, one of them is related to XML parsing of the S3 request when there are weird or otherwise non-standard characters...

Hello! What is the license and copyright associated with this code?

Before, the `get_response` method on the GRPC client was not returning valid JSON output when `as_json=True` was set. The if-branch was almost correct: it parsed the protobuf contents into JSON,...

Using an implicit class, we could add a .toVector method on the ForgeArray type that would convert the data into a DenseVector type. E.g. val x: ForgeArray[Int] = ... val...

I suggest turning all build warnings into compiler errors. I have noticed that there are lots of potentially fatal errors lurking in Delite's codebase. There are many (>50) instances of...

Create a new program (under `org.rex.app`) that enables the creation of distantly supervised relation data. This tool will need to accept (a) a knowledge base of relation triples (subject, relation,...

enhancement

Do: 1. Implement a model serialization format for the SVM used in relation learning. 2. Use this format and enable the `learning` command to output the model. 3. Use this...

enhancement