Skip to content

Releases: Kensuke-Mitsuzawa/DocumentFeatureSelection

1.5: Merge pull request #37 from Kensuke-Mitsuzawa/bug/#35

24 Oct 16:16
799493e
Compare
Choose a tag to compare

fixed these issues,

#35
#34

and following changes

  • able to install for python3.7
  • added docker compose for dev & test
  • deleted code for rest api

A minor bug is fixed

06 Nov 08:35
Compare
Choose a tag to compare

The following bug case is fixed. When your input feature type is word, ScoredResultObject. convert_score_matrix2score_record () sends you a feature is str of list ([str]).

Now, ScoredResultObject. convert_score_matrix2score_record () shows you a feature str when input feaure type is word.

1.4

06 Nov 07:40
Compare
Choose a tag to compare
1.4

Fixed following issues in the version.
#32
#29

Web application is available

25 Feb 07:38
Compare
Choose a tag to compare
  • Now the package can be independent as web-appliaction.
  • The web application is easy to build with docker

Cython is available on BNS

27 Jan 10:07
Compare
Choose a tag to compare
  • Cython computaion is available on BNS also
  • It cleans up dirty dependencies between modules

Less consume of memory during processing huge object

29 Nov 10:50
Compare
Choose a tag to compare
Merge pull request #21 from Kensuke-Mitsuzawa/devel

Devel

Available data-source with low-memory

28 Nov 16:41
Compare
Choose a tag to compare
  • As data input, you can put dict-object with persistent architecture
  • As a result, you can run this package even though your data size is huge.

1.3.1: Merge pull request #16 from Kensuke-Mitsuzawa/14_sk

05 Oct 01:06
Compare
Choose a tag to compare

Resolved a bug when it installs packages with setup.py.

1.3

28 Sep 03:36
Compare
Choose a tag to compare
1.3
  • Resolved bottleneck poins in pre-processing
    • Introduced dict-vectorising in ScikitLearn
    • Introduced Cython in calculating PMI & SOA. You can call them with use_cython=True flag. See examples/example_python3.py

1.2: Merge pull request #10 from Kensuke-Mitsuzawa/9_tfidf_score

16 Sep 12:48
Compare
Choose a tag to compare