Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update develop branch #11

Merged
merged 97 commits into from
Jul 24, 2018
Merged
Changes from 1 commit
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
9da50b1
Merge pull request #1 from TUT-ARG/develop
toni-heittola Jun 15, 2016
fb7b321
Merge pull request #2 from TUT-ARG/develop
toni-heittola Jun 28, 2016
ec4ec0d
Update the DCASE2016 version to test against
toni-heittola Jun 28, 2016
423e8d9
Merge remote-tracking branch 'origin/master'
toni-heittola Jun 28, 2016
2dc99b9
Update the DCASE2016 version to test against
toni-heittola Jun 28, 2016
9017ad0
Ignore test packages
toni-heittola Jun 28, 2016
66f0cf2
Remove dev files
toni-heittola Jun 28, 2016
18de6a1
Fix target event roll
toni-heittola Jun 28, 2016
7f88363
Minor fixes
toni-heittola Jun 28, 2016
3bfa93d
Remove scikit-learn
toni-heittola Jun 28, 2016
c8c86db
Remove dev files
toni-heittola Jun 28, 2016
d42c48e
Update version
toni-heittola Jun 28, 2016
fe1feb9
add dev tests
toni-heittola Aug 3, 2016
fb362c5
Fix behaviour when Nsys or Nref is zero
toni-heittola Aug 3, 2016
857a0ad
Fix nested loop to find correctly detected events
toni-heittola Aug 3, 2016
7aa047a
Add sklearn
toni-heittola Aug 3, 2016
686d160
Fix event matching (already matched events are skipped)
toni-heittola Aug 3, 2016
9692b82
Keep all metric values standard python types
toni-heittola Feb 13, 2017
6257a6f
Transfer toolbox python3 compatible
toni-heittola Feb 16, 2017
0c3d3eb
Correct evaluated_length
toni-heittola Mar 8, 2017
7949414
Make import python3 compatible
toni-heittola Mar 13, 2017
c20eb8e
Increase version number
toni-heittola Mar 13, 2017
ae09957
Remove test against DCASE2016 metrics
toni-heittola Mar 13, 2017
86f9f10
Add info about python 3 compatibility
toni-heittola Mar 13, 2017
007af80
Add python 3
toni-heittola Mar 13, 2017
4813cf9
Add python 3.5
toni-heittola Mar 13, 2017
d824090
Add python 3.5
toni-heittola Mar 13, 2017
9a6c20f
Add python 3.6
toni-heittola Mar 13, 2017
84992bb
Add test files for binary sound event detector
toni-heittola Mar 19, 2017
c9bca01
More informative ValueErrors
toni-heittola Mar 19, 2017
fc5908c
Add test files for Audioset type data
toni-heittola Mar 30, 2017
df62d5d
Add test for binary and audioset data
toni-heittola Mar 30, 2017
6f37c6f
Increase version
toni-heittola Apr 26, 2017
2608997
Add DCASE style test files
toni-heittola Apr 26, 2017
3fc0900
Increase version
toni-heittola Apr 26, 2017
6aea97d
Add McNemar's test
toni-heittola Apr 26, 2017
868d480
Add unique_file and filter_event_list function and method
toni-heittola Apr 26, 2017
8a670d7
Add test for DCASE styled files
toni-heittola Apr 26, 2017
96c3003
Add material for McNemar's tests
toni-heittola Apr 26, 2017
31b3a34
Minor edits
toni-heittola Apr 26, 2017
f3ab684
Minor edits
toni-heittola Apr 26, 2017
9712e69
Raise error if evaluated event_list contains events from multiple files
toni-heittola Apr 26, 2017
6c8d78a
Make EventList API more robust
toni-heittola Apr 26, 2017
554e797
Fix unit tests for sound events
toni-heittola Apr 26, 2017
c6985f7
Add documentation related directories
toni-heittola Apr 26, 2017
dc8dbd6
Add documentation
toni-heittola Apr 26, 2017
728679e
Remove unused eps parameter from API
toni-heittola Apr 26, 2017
212ecca
Update documentation
toni-heittola Apr 26, 2017
452031a
Update documentation
toni-heittola Apr 26, 2017
39db4c2
Update API
toni-heittola Apr 26, 2017
c8d9b67
Add documentation
toni-heittola Apr 26, 2017
e68aa1c
Increase version
toni-heittola Apr 26, 2017
59a6309
Add nojekyll
toni-heittola Apr 26, 2017
9c4d158
Add logo
toni-heittola Apr 26, 2017
bd2d8f1
Update documentation
toni-heittola Apr 26, 2017
2607858
Minor edit
toni-heittola Apr 27, 2017
0e325a7
Increase version number
toni-heittola Jun 7, 2017
4e5e21b
Add reset method to the evaluator classes to be able to reuse classes
toni-heittola Jun 8, 2017
1ad5d38
Increase version number
toni-heittola Jun 9, 2017
4556ce5
Update documentation
toni-heittola Jun 11, 2017
8957bcd
Merge remote-tracking branch 'origin/master'
toni-heittola Jun 11, 2017
652c486
Update documentation
toni-heittola Jun 11, 2017
ee2c037
Add line format: [filename]
toni-heittola Jun 20, 2017
d095544
Add filtering before evaluate to strip "empty" event, event without e…
toni-heittola Jun 20, 2017
fc296b4
Add unit test for files having empty events
toni-heittola Jun 20, 2017
55d9edc
Update version
toni-heittola Jun 20, 2017
1f08c2b
Fix TypeError in Python 3.6
toni-heittola Jun 20, 2017
2e6d1f8
Increase version number
toni-heittola Jun 27, 2017
6c85bc6
Add input parameter type checks and informative error messages
toni-heittola Jul 22, 2017
de60175
Check that item exists in the reference list
toni-heittola Jul 22, 2017
19b101b
Update documentation
toni-heittola Jul 22, 2017
b74f676
Merge remote-tracking branch 'origin/master'
toni-heittola Jul 22, 2017
52efb7a
Add example how to do evaluation with directly in memory
toni-heittola Jul 22, 2017
165d764
Update documentation
toni-heittola Jul 22, 2017
7913c3e
Add test for direct usage (without loading event lists from disk)
toni-heittola Jul 22, 2017
0819482
Increase version number
toni-heittola Jul 22, 2017
ab41fff
Minor edit
toni-heittola Aug 27, 2017
b82e826
Minor edit
toni-heittola Aug 27, 2017
f703478
Minor edits
toni-heittola Aug 27, 2017
0ab5f6a
Minor edit
toni-heittola Aug 27, 2017
5d32f80
Add scene classification test
toni-heittola Aug 27, 2017
d9b333a
Use event lists and scene lists through dcase_util
toni-heittola Nov 13, 2017
876140f
Use dcase_util
toni-heittola Nov 13, 2017
b4d6ed5
Use dcase_util for file reading, leave reader functions for the backw…
toni-heittola Nov 13, 2017
353155b
Add Equal Error Rate (EER)
toni-heittola Nov 13, 2017
f093bcb
Add audio tagging evaluation class
toni-heittola Nov 13, 2017
d9e708b
Update unit tests
toni-heittola Nov 13, 2017
6b25d52
Add dcase_util in requirements
toni-heittola Nov 13, 2017
6604c35
Update gitignore
toni-heittola Nov 13, 2017
3f7f57a
Use dcase_util
toni-heittola Nov 13, 2017
b9edb4f
Use dcase_util
toni-heittola Nov 13, 2017
0da25e8
Update documentation
toni-heittola Nov 13, 2017
580e942
Increase version
toni-heittola Nov 13, 2017
2721278
Add test material
toni-heittola Nov 13, 2017
e952034
Compatibility fix for python3
toni-heittola Nov 13, 2017
9d835bc
Add license and pypi badges
toni-heittola Nov 20, 2017
e8b9690
Add evaluated_length_seconds as parameter for SegmentBasedMetrics's e…
toni-heittola Feb 2, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove scikit-learn
  • Loading branch information
toni-heittola committed Jun 28, 2016
commit 3bfa93db9e3b754bbdd40ef2aa3a97aa8ff614e4
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ install:
- "pip install python-coveralls"
- "pip install coveralls"
- "pip install nose"
- "pip install scikit-learn"
- "python setup.py develop"

# command to run tests
Expand Down