aimclub / FEDOT

Automated modeling and machine learning framework FEDOT
https://fedot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
635 stars 86 forks source link

add InputData from pd and numpy #1184

Closed ChrisLisbon closed 11 months ago

ChrisLisbon commented 11 months ago

Add InputData.from_dataframe and InputData.from_numpy methods. From dataframe expects that user already opend his df, set indeces, removed columns. From numpy based on exicting function.

codecov[bot] commented 11 months ago

Codecov Report

Merging #1184 (a9e04c3) into master (9cd08a0) will decrease coverage by 0.06%. The diff coverage is 65.38%.

@@            Coverage Diff             @@
##           master    #1184      +/-   ##
==========================================
- Coverage   79.55%   79.50%   -0.06%     
==========================================
  Files         145      145              
  Lines        9995    10021      +26     
==========================================
+ Hits         7952     7967      +15     
- Misses       2043     2054      +11     
Files Coverage Δ
fedot/core/data/data.py 70.10% <65.38%> (-0.36%) :arrow_down:

... and 1 file with indirect coverage changes