-
Hello! Thank you very much for uploading the source code. In the process of learning your code, I found that two data sets were missing in the data folder. The distance_final. csv and interfactor. csv…
-
In notebook 03-unsupervised-learning
```
X, y = make_moons(n_samples=200, noise=0.05, random_state=0)
kmeans = KMeans(n_clusters=10, random_state=0)
kmeans.fit(X)
y_pred = kmeans.predict(X)
plt.…
-
### Description
_No response_
### Purpose
Improve the range of data types that can be clustered
### Use-case
_No response_
### Is your feature request related to a problem?
Currently mixed cate…
-
> [!NOTE]
> If you have a request to support a specific method, or would like to see priority of one of the listed methods, please open a separate issue, so it won't get buried in this thread. Base…
-
My loss function is a KL distance. loss = pi * log(pi) - pi * log(qi). If I sometimes want update subgraph from qi only. Note the pi is another subgraph. What should I do? The problem come from semi…
-
### What happened?
Hi there, thanks for your invaluable contribution.
I found a strange issue when I have two languages. You can find my template here: https://hadifar.github.io/
When I click on…
-
SasView 4.2.1
Select menu >Tools >Q resolution estimator
Set `Qx=0.005`, `Qy=0.03` and click "Compute"
Resolution is clearly elliptical but `Sigma_x` and `Sigma_y` are identical.
Hammouda's online…
-
**Author**
- **Name**: Maria Heinrich
- **Affiliation**: FH Kufstein
**Keywords**
- earthquake prediction
- radon anomalies time series prediction
- earthquake likelihood
- natural scienc…
-
The current fitness function, defined in `calc_fitness()` within the `Computer(Car)` class in `main.py`, calculates fitness as velocity multiplied by time. However, this approach has several limitatio…
-
En rapport avec #5, un simulateur pourrait nous permettre de tester beaucoup de choses.
# Besoin
- Modéliser précisément les 2 robots
- Modéliser précisément la table et les éléments de jeu
…