Skip to content

Improve ndarray input performance#46

Open
kazuki wants to merge 2 commits into
jubatus:developfrom
kazuki:improve-ndarray-input-performance
Open

Improve ndarray input performance#46
kazuki wants to merge 2 commits into
jubatus:developfrom
kazuki:improve-ndarray-input-performance

Conversation

@kazuki

@kazuki kazuki commented Apr 10, 2018

Copy link
Copy Markdown
Contributor

Classifier's partial_fit performance

  • shape=(10000, 10), density=1.0

    • ndarray: 0.106 => 0.044
    • csr_matrix: 0.114 => 0.044
  • shape=(10, 10000), density=1.0

    • ndarray: 0.071 => 0.068
    • csr_matrix: 0.072 => 0.068
  • shape=(1000, 10000), density=0.001

    • ndarray: 0.037 => 0.017
    • csr_matrix: 0.018 => 0.007

@rimms rimms added this to the Near Future milestone Apr 23, 2018
@rimms rimms modified the milestones: Near Future, 1.1.2 Sep 26, 2019
@rimms rimms assigned rimms and unassigned TkrUdagawa Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants