-
### Have you completed your first issue?
- [X] I have completed my first issue
### Guidelines
- [X] I have read the guidelines
- [X] I have the link to my latest merged PR
### Latest Merged PR Lin…
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [x] I have confirmed this bug exists on the [la…
-
Right now, some in memory operations work with a Raster that wraps a CategoricalArray.
Here's an mwe:
```julia
using Rasters, CategoricalArrays
grain_order = ["clay", "silt", "sand"]
grain_…
-
Can someone show me how to use this package to conduct a conditional independence test with mixed data? Suppose I have the following data.
```
import pandas as pd
import numpy as np
# Set seed…
-
name subject to change
Merge our functions from the hackathon:
- `plotting_tree_to_data`
- `plotting_tree_to_scales`
- `plotting_tree_to_marks`
-
In order to fulfil #57 we should provide a basic bar chart plot to go alongside the line `Plot` class in the results UI.
It should be easy enough to implement the bar chat from `chaco`, but it is l…
-
Some of the features are saved as characters. i need to revisit them to see if they are converted to factors
-
In various different places - user frustration, internal interfaces, testing framework - we are encountering the issue of tags that may depend on hyperparameters, including on properties and hyperpara…
-
##Description
Data cleaning can be challenging and time-consuming, especially for beginners who may not know the best practices. This feature simplifies the process by identifying common data issues …
-
currently specifying an array for color or size, only works for continuous data. using markers and colors mapped to subsets based on categorical data is hard and manual (basically you subset the data …