question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Organizing supervised methods

See original GitHub issue

@kaichogami @dengemann @alexandrebarachant @agramfort @jona-sassenhagen @choldgraf

As you know, the aim of the GSoC is to clean up the decoding module. However, I’m not entirely clear on how to guide @kaichogami in terms of module and objects location.

I think we have two options:

  • either we keep the transformers in their ‘natural’ locations e.g. mne.preprocessing.ICA, mne.preprocessing.Xdawn
  • or we re-unite all the sklearn transformers and estimators in mne.decoding and mne.encoding (or mne.supervised) module.

Opinions?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:35 (35 by maintainers)

github_iconTop GitHub Comments

1reaction
larsonercommented, Jul 29, 2016

Sounds good to me thanks for taking the time to hash it out

1reaction
choldgrafcommented, Jul 18, 2016

Would it be too confusing to have functions live in their current places (e.g., preprocessing etc) but have objects meant for sklearn-style fitting built on top of those functions and living in some kind of learn or supervised module (e.g., with a pointer in their docstring to say where their underlying function lives)?

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is Supervised Learning? - IBM
Supervised learning, also known as supervised machine learning, is a subcategory of machine learning and artificial intelligence. It is defined ...
Read more >
A Semi-Supervised Self-Organizing Map for Clustering ... - arXiv
This article presents a new semi-supervised method based on self-organizing maps (SOMs) for clustering and classification, ...
Read more >
Supervised and Semi-Supervised Self-Organizing Maps for ...
We introduce the Supervised Self-organizing Maps (SuSi) framework, which can perform unsupervised, supervised and semi-supervised classification as well as ...
Read more >
A supervised training algorithm for self-organizing maps for ...
This paper proposes a supervised learning technique for self-organizing maps for structured data. The ideas presented in this paper differ from Kohonen's ...
Read more >
Supervised and Semi-supervised Methods based ...
leads that we could not train a classifier to a certain organization. ... supervised methods are adopted in two stages to classify the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found