ml icon indicating copy to clipboard operation
ml copied to clipboard

sourced.ml is a library and command line tools to build and apply machine learning models on top of Universal Abstract Syntax Trees

Results 26 ml issues
Sort by recently updated
recently updated
newest added

Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.20.3 to 0.21.1. Release notes *Sourced from [scikit-learn's releases](https://github.com/scikit-learn/scikit-learn/releases).* > ## Scikit-learn version 0.21.1 > See changes at https://scikit-learn.org/0.21/whats_new/v0.21.html > > Fixes some packaging issues in version...

dependencies

Bumps [modelforge](https://github.com/src-d/modelforge) from 0.12.0 to 0.13.2. Commits - [`8368309`](https://github.com/src-d/modelforge/commit/83683095cea28c14ce2665f58bb8f2290f49e8c4) Bump the version - [`6b52592`](https://github.com/src-d/modelforge/commit/6b525921dcfddd5d7948b78c40eedc91878a0c96) Merge pull request [#95](https://github-redirect.dependabot.com/src-d/modelforge/issues/95) from vmarkovtsev/master - [`84a71e7`](https://github.com/src-d/modelforge/commit/84a71e7487c1f0400e913488adea33f901eb3dd9) Set urllib3 upper version limit - [`2b5edbf`](https://github.com/src-d/modelforge/commit/2b5edbf0b32233f48231400fd782fa2fc53ec2b5) Merge...

dependencies

Bumps [pygments](https://bitbucket.org/birkenfeld/pygments-main) from 2.3.1 to 2.4.0. Changelog *Sourced from [pygments's changelog](https://bitbucket.org/birkenfeld/pygments-main/src/default/CHANGES).* > Version 2.4.0 > ------------- > (released May 8, 2019) > > - Added lexers: > > * Augeas...

dependencies

Bumps [bblfsh](https://github.com/bblfsh/client-python) from 2.12.7 to 3.0.4. Release notes *Sourced from [bblfsh's releases](https://github.com/bblfsh/client-python/releases).* > ## Fix library installation on macOS (Darwin) > No functional changes are intended in this release. >...

dependencies

Bumps [flake8-quotes](https://github.com/zheller/flake8-quotes) from 1.0.0 to 2.0.1. Commits - [`4afe69d`](https://github.com/zheller/flake8-quotes/commit/4afe69da02b89232cb71c57aafd384214a45a145) Release 2.0.1 - [`6374ed1`](https://github.com/zheller/flake8-quotes/commit/6374ed1cdacf2a337ad3b4987c70d29bc20acf65) Removed checking of escaped quotes for raw string literals ([#81](https://github-redirect.dependabot.com/zheller/flake8-quotes/issues/81)) - [`54bcccc`](https://github.com/zheller/flake8-quotes/commit/54bcccc3762239417f59b08b8dfcef0a94ef5216) Release 2.0.0 - [`aa2fd01`](https://github.com/zheller/flake8-quotes/commit/aa2fd0182e21046a0034526d8931978fc708ef04) Avoid...

dependencies

Bumps [sphinx-autoapi](https://github.com/rtfd/sphinx-autoapi) from 0.7.1 to 1.0.0. Changelog *Sourced from [sphinx-autoapi's changelog](https://github.com/rtfd/sphinx-autoapi/blob/master/CHANGELOG.rst).* > v1.0.0 (2019-04-24) > =================== > > Features > -------- > > - \`[\#100](https://github.com/rtfd/sphinx-autoapi/issues/\100) <>: (Python) Added support for...

dependencies

Bumps [numpy](https://www.numpy.org) from 1.16.2 to 1.16.3. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=numpy&package-manager=pip&previous-version=1.16.2&new-version=1.16.3)](https://dependabot.com/compatibility-score.html?dependency-name=numpy&package-manager=pip&previous-version=1.16.2&new-version=1.16.3) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Based on the [paper](https://arxiv.org/abs/1805.11651) and the [existing code](https://github.com/src-d/ml/tree/master/sourced/ml/algorithms/id_splitter) we should have an ability to parse identifiers with ML, not with heuristics. The model has been partially written by @warenlg I...

While using TokenParser to correct typos in identifiers I constantly bump into mistakes like `HTMLElement -> htmle lement`. To me it looks like in that case (several uppercase letters in...

By running `docker run -it --rm srcd/ml --help` I was not able to run docker image with the following error messages: ``` Traceback (most recent call last): File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line...