alteryx / compose

A machine learning tool for automated prediction engineering. It allows you to easily structure prediction problems and generate labels for supervised learning.
https://compose.alteryx.com
BSD 3-Clause "New" or "Revised" License
492 stars 46 forks source link

Update examples to use new Featuretools API and latest release of EvalML #275

Closed thehomebrewnerd closed 2 years ago

thehomebrewnerd commented 2 years ago

Closes #272 Closes #242

Updates the docs examples to use the new Featuretools API for creating and entityset and running dfs. Also updates docs requirements for Featuretools and EvalML.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 2 years ago

Codecov Report

Merging #275 (83049bb) into main (7d79810) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #275   +/-   ##
=======================================
  Coverage   99.92%   99.92%           
=======================================
  Files          28       28           
  Lines        1324     1324           
=======================================
  Hits         1323     1323           
  Misses          1        1           
Impacted Files Coverage Δ
composeml/tests/test_featuretools.py 100.00% <ø> (ø)
jeff-hernandez commented 2 years ago

Just one thing: can we make the note smaller or possibly markdown quote? Screen Shot 2022-01-19 at 1 05 09 PM

thehomebrewnerd commented 2 years ago

Just one thing: can we make the note smaller or possibly markdown quote? Screen Shot 2022-01-19 at 1 05 09 PM

Yeah, I just saw that as well as I was looking over things. I'll clean that up.

gsheni commented 2 years ago
Screen Shot 2022-01-19 at 2 25 23 PM

Docs look good now.