Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 697705744
  • Loading branch information
Googler authored and tensorflower-gardener committed Nov 18, 2024
1 parent 94d967c commit 95aa519
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""The `IncrementLogProb` class."""

# Dependency imports
import tensorflow.compat.v2 as tf

from tensorflow_probability.python.bijectors import identity as identity_bijector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import functools

# Dependency imports
import tensorflow.compat.v2 as tf

from tensorflow_probability.python.distributions import cholesky_util
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

import functools

# Dependency imports

import tensorflow.compat.v2 as tf
from tensorflow_probability.python.bijectors import softplus as softplus_bijector
from tensorflow_probability.python.distributions import cholesky_util
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"""Tests for MultiTaskGaussianProcessRegressionModel."""

from unittest import mock
# Dependency imports

from absl.testing import parameterized
import numpy as np

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for MultiTaskGaussianProcess."""

# Dependency imports
from absl.testing import parameterized

import numpy as np
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for tensorflow_probability.python.experimental.distributions.mvn_precision_factor_linop."""

# Dependency imports

import numpy as np
import tensorflow.compat.v2 as tf

Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/stats/leave_one_out_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for tensorflow_probability.python.stats.leave_one_out."""

# Dependency imports
import numpy as np

import tensorflow.compat.v2 as tf
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/stats/moving_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Functions for computing moving statistics of a value stream."""

# Dependency imports
import numpy as np
import tensorflow.compat.v2 as tf

Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/stats/moving_stats_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for computing moving-average statistics."""

# Dependency imports
import numpy as np
import tensorflow.compat.v2 as tf

Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/stats/quantiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Functions for computing statistics of samples."""

# Dependency imports
import numpy as np
import tensorflow.compat.v2 as tf

Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/stats/quantiles_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for quantiles.py."""

# Dependency imports
import numpy as np
import tensorflow.compat.v1 as tf1
import tensorflow.compat.v2 as tf
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/stats/ranking_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# limitations under the License.
"""Tests for tensorflow_probability.python.stats.ranking_stats."""

# Dependency imports

from absl.testing import parameterized

import numpy as np
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/stats/sample_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Functions for computing statistics of samples."""

# Dependency imports
import numpy as np
import tensorflow.compat.v2 as tf

Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/stats/sample_stats_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for Sample Stats Ops."""

# Dependency imports

import numpy as np
import tensorflow.compat.v1 as tf1
import tensorflow.compat.v2 as tf
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/sts/decomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"""Methods for decomposing StructuralTimeSeries models."""
import collections

# Dependency imports
import tensorflow.compat.v2 as tf

from tensorflow_probability.python.experimental import util as tfe_util
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/sts/decomposition_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for STS decomposition methods."""

# Dependency imports

import numpy as np
import tensorflow.compat.v1 as tf1
import tensorflow.compat.v2 as tf
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/sts/default_model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for automatically building StructuralTimeSeries models."""

# Dependency imports

import pandas as pd
import tensorflow.compat.v2 as tf

Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/sts/fitting_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for STS fitting methods."""

# Dependency imports
from absl.testing import parameterized

import numpy as np
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/sts/forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.
# ============================================================================
"""Methods for forecasting in StructuralTimeSeries models."""
# Dependency imports
import tensorflow.compat.v2 as tf

from tensorflow_probability.python.distributions import categorical
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/sts/forecast_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for STS forecasting methods."""

# Dependency imports

import numpy as np
import tensorflow.compat.v1 as tf1
import tensorflow.compat.v2 as tf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import collections
import types

# Dependency imports
import tensorflow.compat.v2 as tf

from tensorflow_probability.python.distributions import joint_distribution_auto_batched
Expand Down

0 comments on commit 95aa519

Please sign in to comment.