evalml icon indicating copy to clipboard operation
evalml copied to clipboard

EvalML is an AutoML library written in python.

Results 249 evalml issues
Sort by recently updated
recently updated
newest added

Currently, in the `STLDecomposer`,`get_trend_dataframe()` returns `list(pd.DataFrame)` for single series and `dict(list(pd.DataFrame)` for multiseries where each key in the dictionary maps to a list that has a single dataframe that holds...

When I try to import evalml. I am getting the following error. --------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[34], line 1 ----> 1 import evalml File ~/anaconda3/lib/python3.11/site-packages/evalml/__init__.py:9 7...

bug

Ask: a parent class for all baseline estimators to simplify "is baseline" checking and hold common methods (namely, feature importance).

Update the objective functions to leverage the `sp` parameter using the `Decomposer. determine_periodicity` function

bug

When opening a Jupyter notebook in VSCode, occasionally it will add an empty "attachment" field in the metadata section as seen [here](https://github.com/alteryx/evalml/pull/4215#discussion_r1248163024). It is fairly easy to miss out and...

documentation

I want to store all the pipelines of an analysis trained using the train_pipelines() function. However when iterating through all the pipelines i get the following error: `ValueError: All pipeline...

bug

- As a [user/developer], I wish I could use EvalML to ... #### Code Example ```python # Your code here, if applicable ```

new feature

The `PerColumnImputer` can impute floating point values into integer data with the `mean` or `median` numeric impute strategies. When this happens, we cannot simply reinitialize the original data's woodwork schema...

[a description of what documentation you believe needs to be fixed/improved]

documentation