\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.22568917274475098, 0.0)
(0.07307219505310059, 5.835524855688161e-15)
(0.17320036888122559, 4.387560372557511e-06)
(0.03055095672607422, 4.522765612270343e-06)
(0.5068438053131104, 0.008743532730127457)
(0.300891637802124, 0.00939212059311128)
};
\addlegendentry{ bruteforce-product-blas };
\addplot [only marks] coordinates {
(0.02682948112487793, 2.0848791833832475e-14)
(0.036118507385253906, 1.0148711488357178e-05)
(0.015533208847045898, 1.2432327593501902e-05)
(0.015785694122314453, 1.7443029285350175e-05)
(0.019431591033935547, 0.0023024270367237296)
(0.010462284088134766, 0.0023026609808603623)
};
\addlegendentry{ htool-product };
\end{axis}
\end{tikzpicture}