Giter VIP home page Giter VIP logo

Comments (5)

wildart avatar wildart commented on May 20, 2024

Yes, some of the docs are scarce, and in need of more content, e.g. examples & explanations. If you have something in mind, please, let us know or send updates.

from multivariatestats.jl.

pdimens avatar pdimens commented on May 20, 2024

I'd love to, but I'm struggling a bit with the MC-LDA, which is why I bring this up =/

from multivariatestats.jl.

wildart avatar wildart commented on May 20, 2024

You can try to replicate PCA example with Iris dataset to show LDA dimetionality reduction mode, see this scikit-learn example or this one.

If you want to show how LDA is used as classifier, then it will be more complicated because the package doesn't provide any classifier. You can start splitting data on training and testing parts. Fit the training data to MC-LDA model (you can also reduce dimensionality, so you can visualize results). Next, you calculate predictions using training data, and feed the original data and the predicted one into the classifier, e.g. nearest neighbors. Look at MLBase.j for some classification primitives and performance evaluation functionality.

from multivariatestats.jl.

pdimens avatar pdimens commented on May 20, 2024

Ah, I see. So MulticlassLDA does not provide the analagous functionality to the lda present in the R package MASS? I was trying to follow along this interesting post to see if it can be done with the present functionality. I suppose not. Unfortunately I don't have the intensive maths background to address this myself, but I will have a look at what MASS is doing out of curiosity.

from multivariatestats.jl.

wildart avatar wildart commented on May 20, 2024

Basically, your article does what I proposed above. However, the post's part on dimensionality reduction is convoluted and unrelated to LDA. The scikit example more straightforward about the reduction.

I realized that MC-LDA still has problems that you reported in #187, and those things must be addressed first to make the interface more usable.

from multivariatestats.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.