Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Create DEFAULT_LOGIC.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil A. Kaczmarek authored Nov 20, 2018
1 parent 720bc7b commit 1d60b30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DEFAULT_LOGIC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Default logic of the `fit_transform()`:
1. execute it on the last Step.
1. Step is fitted and transformed. Any data or models will be overridden (default setup).
1. If `force_fitting` is not obligatory, then look for cache:
1. if output is cached, then use it. In such situation `fit_tranform()` was just taking output from cache.
1. If output is not cached -> steppy looks for persisted (saved to disk) output. If exist, `fit_tranform()` was just loading output from the project directory.

0 comments on commit 1d60b30

Please sign in to comment.