-
Hi, Everybody.
When i see the ML coursee, I find it's useful. Especial, i have interested in Day4.jpg about Logistic Regression.
But I have a question , How to draw the picture ? Could you share…
-
Add a dropdown list of possible backends which can be used for execution. That's much more discoverable than the `default_mode` and also lists explicitly all available options.
This setting should al…
-
Provide getting examples of profiles directly from the web using python urllib and numpy.
Recieved data should be 2D or 3D array that can be directly used to create a profile with beprof tools.
-
Since switching to ipython 5 I have noticed that the prompt tends to get very slow after some use. It is very noticeable when moving left or right within an existing string. I guess this might be rela…
-
Hi there,
I'm trying to run through the demo with the attached .yml environment, but keep hitting an error at draw_edges():
```
>>> v.draw_edges(use_weights=False)
Traceback (most recent call …
-
Hello,
While running pyTTE on alpha-quartz in Laue geometry I observed that there is a sharp drop in integrated reflectivity when the in-plane rotation angle is 60deg (please see below). In this ca…
-
This is inconsistent, but has shown up enough on different systems that it's worth reporting. After installation via `git clone ...` and `pip3 install .`, importing paml inside of a python environment…
-
### setuptools version
65.5.0
### Python version
python 3.10.6
### OS
Ubuntu 9.4.0-1ubuntu1~20.04.1
### Additional environment information
conda 4.12.0
gcc version 9.4.0
### Description
…
-
#### Code Sample, a copy-pastable example if possible
```python
# Your code here
%matplotlib inline
import pandas as pd
df1 = pd.DataFrame([{'x': '1', 'y': 1}, {'x': '2', 'y': 2}])
df2 = pd.…
-
Hello,
I have a postgres database that I connected to in jupyter, and when I query using LIKE '%1' like this:
```sql
SELECT topic_title
FROM engagement
WHERE url LIKE '%/1' AND is_pm = 'No';
…