Sklearn 安装问题, cannot import name 'Logger' from 'joblib',condainstall-canacondascikit-learn...
import numpy as np import pandas as pd from joblib import Parallel, delayed from optuna import create_study from optuna.storages import RDBStorage from sklearn import model_selection from tqdm import tqdm from .utils import (OptunaObjective, init_db, run_final_classification, run_optuna_optimizatio...
loggers.base_logger import BaseLogger File /opt/conda/lib/python3.10/site-packages/pycaret/classification/oop.py:16 13 from joblib.memory import Memory 14 from scipy.optimize import shgo ---> 16 from pycaret.containers.metrics.classification import get_all_metric_containers 17 from pycaret....
If I useimport deeplabcut, it works well but really slowly! Hope you can help. IndexError: list index out of range Analyzing video D:\deeplabcut-video\3dvideos\finger-camera-1.avi using config_file_camera-1 Using snapshot-2000 for model D:/deeplabcut-video/finger3d-camera1-cshh-2021-03...
Jinja2==3.1.2 jmespath==0.10.0 joblib==1.2.0 json5==0.9.14 jsonpointer==2.4 jsonschema==4.19.0 jsonschema-specifications==2023.7.1 jupyter==1.0.0 jupyter-console==6.6.3 jupyter-events==0.7.0 jupyter-lsp==2.2.0 jupyter_client==8.3.1 jupyter_core==5.3.1 jupyter_server==2.7.3 jupyter...
import ( 2 add_metric, 3 automl, 4 blend_models, 5 calibrate_model, [/usr/local/lib/python3.10/dist-packages/pycaret/classification/functional.py](https://localhost:8080/#) in <module> 6 from joblib.memory import Memory 7 ---> 8 from pycaret.classification.oop import ClassificationExperiment...
joblib 1.2.0 json5 0.9.11 jsonpointer 2.3 jsonschema 4.17.3 jupyter_client 7.4.1 jupyter_core 5.2.0 jupyter-events 0.5.0 jupyter-server 1.23.5 jupyter_server_fileid 0.6.0 jupyter_server_terminals 0.4.4 jupyter_server_ydoc 0.6.1 jupyter-ydoc 0.2.2 jupyterlab 3.6.1 jupyterlab-pygments 0.2...
joblib Lightweight pipelining with Python functions 22 pyproj Python interface to PROJ (cartographic projections and coordinate transformations library) 22 idna Internationalized Domain Names in Applications (IDNA) 22 imageio Library for reading and writing a wide range of image, video, scientific, and ...
Bug description When importing lightning with the new 2.0 release, I get the following error ImportError: cannot import name 'Schema' from 'pydantic' How to reproduce the bug import lightning Error messages and logs Traceback (most recen...
Describe the issue This example plot is failing: %matplotlib ipympl import matplotlib.pyplot as plt import numpy as np fig, ax = plt.subplots() x = np.linspace(0, 2*np.pi, 100) y = np.sin(3*x) ax.plot(x, y) [Open Browser Console for more...