Skip to content

Commit

Permalink
fix_joblib_ci
Browse files Browse the repository at this point in the history
Signed-off-by: Antoni Baum <antoni.baum@protonmail.com>
  • Loading branch information
Yard1 committed Apr 16, 2023
1 parent 1f37fe8 commit fa37e1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pycaret/internal/pycaret_experiment/pycaret_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import pycaret.internal.patches.sklearn
import pycaret.internal.patches.yellowbrick
import pycaret.internal.persistence
from pycaret import show_versions
from pycaret.internal.logging import get_logger
from pycaret.utils.constants import DATAFRAME_LIKE
from pycaret.utils.generic import LazyExperimentMapping
Expand Down Expand Up @@ -116,6 +115,8 @@ def _check_environment(self) -> None:
self.logger.info(f"Physical Core: {psutil.cpu_count(logical=False)}")
self.logger.info(f"Logical Core: {psutil.cpu_count(logical=True)}")

from pycaret.utils._show_versions import show_versions

self.logger.info("Checking libraries")
self.logger.info(show_versions(logger=self.logger))

Expand Down

0 comments on commit fa37e1b

Please sign in to comment.