Coder Social home page Coder Social logo

Multiclass classification about python-m3gp HOT 7 CLOSED

jespb avatar jespb commented on May 26, 2024
Multiclass classification

from python-m3gp.

Comments (7)

jespb avatar jespb commented on May 26, 2024

Hi,

Yes, this implementation supports multiclass classification.
If you have any issue or suggestion, please let me know :)

from python-m3gp.

razla avatar razla commented on May 26, 2024

Thank you !

Are there any documentations for the use of this package?
Is it scikit-learn based API?

thanks again!

from python-m3gp.

jespb avatar jespb commented on May 26, 2024

The readme.txt file contains a list of flags you may use when running this implementation in a stand-alone fashion but, currently, the only documentation about the methods themselves is within the code. ( I may update the readme.txt to also include a description about the most important methods. )

Until then, it should be fairly easy to import and use this implementation. I tried to make it scikit-learn-like in the way that you should be able to use it using the following piece of code:

from m3gp.M3GP import M3GP
model = M3GP()
model.fit(Train_x, Train_y, Test_x, Test_Y)

after this you may obtain the final model, the accuracy over the generations or predict new data using the methods in the M3GP class.

from python-m3gp.

razla avatar razla commented on May 26, 2024

Thank you again!

is there anyway I can change the fitness function? for research purposes..

from python-m3gp.

jespb avatar jespb commented on May 26, 2024

Yes, you can change the fitness function in the m3gp/Individual file.

To change the fitness function, you just need to edit the "getFitness(self)" method.
You may check the getTrainingAccuracy(self) and getTrainingPredictions(self) methods for reference

If you have any other question, feel free to ask :)

from python-m3gp.

razla avatar razla commented on May 26, 2024

Thanks! I'll check it out..
Is there any other way I can contact you?
I'm working on a research and would love to ask you couple of questions regarding the package

from python-m3gp.

razla avatar razla commented on May 26, 2024

thanks!

from python-m3gp.

Related Issues (1)

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.