Skip to content

Conversation

davidrsch
Copy link
Owner

Adding sequential guide to mirror the one at keras3 documentation

}
invisible(compiled_grid)
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[air] reported by reviewdog 🐶

Suggested change
}
}

extract_keras_history <- function(object) {
object$fit$history
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[air] reported by reviewdog 🐶

Suggested change
}
}

Copy link

codecov bot commented Aug 15, 2025

Codecov Report

❌ Patch coverage is 70.58824% with 5 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
R/compile_keras_grid.R 0.00% 3 Missing ⚠️
R/generic_functional_fit.R 83.33% 1 Missing ⚠️
R/generic_sequential_fit.R 83.33% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@davidrsch davidrsch linked an issue Aug 15, 2025 that may be closed by this pull request
@davidrsch davidrsch merged commit c55f2f5 into main Aug 15, 2025
9 of 12 checks passed
@davidrsch davidrsch deleted the sequential-guide branch August 15, 2025 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: Mirror the guide on sequential model
1 participant