Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jameschapman19 committed Aug 7, 2023
2 parents ed8cdc0 + b9a42ce commit 084901c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/examples/plot_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
latent_dims = 1 # latent dimensions
correlations = [0.9] # correlations between views


def plot_learning_curve(
estimator,
title,
Expand Down Expand Up @@ -171,6 +172,7 @@ def plot_learning_curve(

return plt


# Data generation
(X, Y) = LinearSimulatedData(
view_features=[p, q], latent_dims=latent_dims, correlation=correlations
Expand Down

0 comments on commit 084901c

Please sign in to comment.