aimclub / BAMT

Repository of a data modeling and analysis tool based on Bayesian networks
https://bamt.readthedocs.io
BSD 3-Clause "New" or "Revised" License
118 stars 17 forks source link

Get rid of fedot sources in framework #3

Closed J3FALL closed 2 years ago

J3FALL commented 3 years ago

Looks like BAMP uses FEDOT features, but it is not imported via requirements. I suggest getting rid of fedot directory. In order to import fedot correctly, just add requirements.txt in root and add this line: fedot==0.3.1

If a specific version of the framework is needed, it can be linked to a branch: pip install git+https://github.com/nccr-itmo/FEDOT@master Here, the latest version from the master branch is imported.

Anaxagor commented 3 years ago

Yes, in the near future we are just going to put in order the work with Fedot.

J3FALL commented 3 years ago

Yes, in the near future we are just going to put in order the work with Fedot.

Hi, @Anaxagor! Good to hear that :) It will improve compatibility in both projects.

Anaxagor commented 2 years ago

Fixed using of Fedot