You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use human-readable placeholders (e.g. '{class_name}.{method_name}') instead of index-based placeholders (e.g. '{0}.{1}') in all main templates of all estimators (#de02795).
Change the order of optional and required arguments in the --help text (#54d9973).
Change the default representation of floating-point values from repr(x) to str(x) (#7f9fac8).
Use the method name integrity_score(X) instead of predict_test(X) to avoid misconceptions for the integrity test (#715ec7d).
Hide the command-line argument --language and -l for the choice of the target programming language (#fc14a3b).
Fixed
Fix inaccuracies in neural_network.MLPRegressor and neural_network.MLPClassifier occurred by the transpiled tanh and identity activation functions (#6696410).
Fix installation problems with pip and Python 3 (#2935828, issue: #17)
Fix dynamic class name in the MLPClassifier template (#b988f57)