\begin{tikzpicture}
\begin{axis}[
xlabel={ Build+Query time (s) },
ylabel={ RMSE },
xmode = log,
ymode = log,
grid=major,
yticklabel style={/pgf/number format/fixed,
/pgf/number format/precision=3},
legend style = { anchor=west},
cycle list name = black white
]
\addplot [only marks] coordinates {
(0.049299001693725586, 0.0)
(0.020027637481689453, 4.389414191134307e-15)
(0.03779006004333496, 2.5427979126510546e-06)
(0.021794795989990234, 2.6532163253894866e-06)
(0.12521791458129883, 0.0053072312856997155)
(0.07644844055175781, 0.006869296764956534)
};
\addlegendentry{ bruteforce-product-blas };
\addplot [only marks] coordinates {
(0.025518417358398438, 1.633348495255052e-14)
(0.019878387451171875, 8.093309683727958e-06)
(0.0039136409759521484, 1.0011828069282758e-05)
(0.0034923553466796875, 1.0381671267894786e-05)
(0.00978231430053711, 0.0004091632643543914)
(0.00461578369140625, 0.00040952455907551416)
};
\addlegendentry{ htool-product };
\end{axis}
\end{tikzpicture}