Skip to content

Commit

Permalink
Deployed 0a9ed00 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wesmadrigal committed Aug 30, 2024
1 parent ff52a84 commit 4dd0213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ <h1 id="welcome-to-graphreduce">Welcome to graphreduce</h1>
<h2 id="key-features">Key features</h2>
<ul>
<li><b>Cutomizable</b>: abstractions allow feature implementations to be customized. While many will opt for automated feature engineering, deduplication, anomalies, etc. may need custom or third-party library support.</li>
<li><b>Interoperable</b>: supports <code>pandas</code>, <code>pyspark</code>, <code>dask</code>, and <code>polars</code> dataframe APIs and SQL dialects for Redshift, BigQuery, Databricks SQL, Snowflake, and more.</li>
<li><b>Interoperable</b>: supports <code>pandas</code>, <code>pyspark</code>, and <code>dask</code> dataframe APIs and SQL dialects for Redshift, Athena, SQLite, Databricks SQL (Snowflake in progress).</li>
<li><b>Composable</b>: by using graphs as the underpinning data structure with <code>networkx</code> we allow arbitrarily large feature engineering pipelines by doing depth first traversal based on cardinality.</li>
<li><b>Scalable</b>: support for different computational backends and checkpointing allow for massive feature engineering graphs to be constructed and executed with a compute push down paradigm</li>
<li><b>Automated</b>: by leveraging and extending ideas from research such as <a href="https://www.researchgate.net/publication/308808004_Deep_feature_synthesis_Towards_automating_data_science_endeavors">Deep Feature Synthesis</a> we support fully automated feature engineering.</li>
Expand Down
Loading

0 comments on commit 4dd0213

Please sign in to comment.