-
#### csv file on HDFS
```
from pyspark.sql import SparkSession
spark=SparkSession.builder.appName("test").getOrCreate()
df = spark.read.parquet("")
//save dataframe to csv file
df.coalesce(1)…
-
-
### Type of issue
Typo
### Description
api_key is optional, but marked as required
note the contradiction in the 3rd row of the table
Name | Description
-- | --
nameRequired | strName of t…
-
``` python
def compute(N, A):
ans=0
for i in A:
for j in range(1,int(i**0.5)+1):
if i%j==0:
if i==j*j:
ans+=1
el…
-
In den Voraussetzungen für die Teilnehmer:innen steht:
> Teilnehmer:innen **sollten** folgende Kenntnisse und/oder Erfahrung mitbringen:
>
> * Grundlegendes Wissen zu KI, Machine Learning und Da…
-
### 개요
채점 오류를 이슈에 계속 수집하면서.. 어떻게 해야할지 고민해보겠습니다.
### 작업 내용
요구사항 상세 작성
- [ ] 발견하면 캡쳐해서 댓 달아주세용
### 참고
링크
-
[interpret](https://github.com/interpretml/interpret)
-
Logistic regression (multiclass)
Will be used for MEMM (PoS tagging)
Will be used for parsing
-
We want to conduct interviews with CIOs/CTOs of medium and large companies to understand their current situation, pain points, and opportunities to identify the target segment:
- Understand the compa…
-
Many ML libraries including TensorFlow and PyTorch are notoriously difficult to build. We should find ways to improve this.
### Air-gapped networks
Many build systems like Bazel will download depend…