Skip to content

[Time Series Package Installation] No module named 'pycaret.internal.pycaret_experiment' #1851

@kurucan

Description

@kurucan

On my linux python 3.7 virtual environment, I have installed the latest pycaret from pip, I get the error below while importing?

I am following the example on the notebook below;
https://nbviewer.org/github/pycaret/pycaret/blob/time_series_beta/time_series_101.ipynb

import time
import numpy as np
import pandas as pd

from pycaret.datasets import get_data
from pycaret.internal.pycaret_experiment import TimeSeriesExperiment


ModuleNotFoundError Traceback (most recent call last)
in
4
5 from pycaret.datasets import get_data
----> 6 from pycaret.internal.pycaret_experiment import TimeSeriesExperiment

ModuleNotFoundError: No module named 'pycaret.internal.pycaret_experiment'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions