Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
bob.learn.linear
bob.learn.linear
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • bob
  • bob.learn.linearbob.learn.linear
  • Issues
  • #13

Closed
Open
Opened Feb 17, 2020 by Tiago de Freitas Pereira@tiago.pereira
  • Report abuse
  • New issue
Report abuse New issue

Shall we archive this package?

Hi @bob,

I'm moving forward with the redefinition of our pipelines using Dask (https://gitlab.idiap.ch/bob/bob.pipelines and bob.bio.base!180 (merged)) .

It's a good opportunity to think which packages worth to keep and which not; think about our short time for the maintenance of those packages and in the amount of people interested in doing so

I would like to open the discussion if we should keep this package alive.

In short, this package has the following Linear Trainers:

  • bob.learn.linear.PCATrainer: Stable implementation in https://scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html
  • bob.learn.linear.FisherLDATrainer: Stable implementation in https://scikit-learn.org/0.16/modules/generated/sklearn.lda.LDA.html
  • bob.learn.linear.WCCNTrainer: With a quick search, didn't find a stable implementation of it
  • bob.learn.linear.WhiteningTrainer: With a quick search, didn't find a stable implementation of it, BUT it's really simple to have a python implementation of it if necessary
  • bob.learn.linear.CGLogRegTrainer: Stable implementation in https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html WARNING The regularization implemented in scikit-learn is different from ours, but I think it's ok.
  • bob.learn.linear.BICTrainer: With a quick search, didn't find a stable implementation of it (does anyone use this one?)
  • bob.learn.linear.GFKTrainer: There's no stable implementation of this one, BUT we can archive it, no problem.

Thanks for any feedback

Edited Feb 17, 2020 by Tiago de Freitas Pereira
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: bob/bob.learn.linear#13